Teodor Salvesen
|
e5982c2eb3
|
Merge branch 'main' into tailwind
|
2026-05-05 14:31:02 +02:00 |
|
Teodor Salvesen
|
68f520b99e
|
Merge pull request #6 from Fhj0607/tests
Tests
|
2026-05-05 14:25:27 +02:00 |
|
Chris Sanden
|
cd4d2056b0
|
Merge pull request #5 from Fhj0607/timerTask
Small comment addition
|
2026-05-01 14:04:27 +02:00 |
|
Fhj0607
|
d2e3c2e718
|
add architecture-note.md
|
2026-05-01 13:25:59 +02:00 |
|
Fhj0607
|
ae613f8707
|
redesigned completion and reopening subjects/assignments/tasks and how it is rendered
|
2026-05-01 12:36:58 +02:00 |
|
Fhj0607
|
e3c0b286b8
|
Assignment Progress now only renders when the subject has one or more assignments
|
2026-05-01 12:08:19 +02:00 |
|
Fhj0607
|
efb2e11893
|
Task Progress bar now only renders when totalTasks > 0
|
2026-05-01 12:06:15 +02:00 |
|
Fhj0607
|
7e33500fad
|
subjects now loads instead of showing errors, before rendering db items
|
2026-05-01 12:04:44 +02:00 |
|
Teodor
|
3dcd392cd3
|
Adjusted crud tests + added auth tests
|
2026-04-30 22:21:56 +02:00 |
|
Teodor
|
545027a766
|
Merge branch 'main' of github.com:Fhj0607/Study-Sprint
|
2026-04-30 17:16:33 +02:00 |
|
Fhj0607
|
2f483b8ef9
|
refactor create/editTask into one upsertTask page, and remove all remaining console.log and debugging helpers
|
2026-04-30 11:34:26 +02:00 |
|
Fhj0607
|
152a91718a
|
Merge branch 'tailwind'
|
2026-04-30 11:24:50 +02:00 |
|
Fhj0607
|
6f5158ff41
|
app now correctly handles the hierarchy subject -> assignment -> task. Implemented consistent styling and coloring on all three levels and correctly configured expo routing
|
2026-04-30 11:23:41 +02:00 |
|
Fhj0607
|
67c625f42c
|
add date.ts for global formatting, remove redundant pill completed : in progress from viewAssignmentDetails.tsx
|
2026-04-29 11:37:27 +02:00 |
|
Fhj0607
|
473eb0efbb
|
fetch color and title together as subjectMeta
|
2026-04-29 11:29:40 +02:00 |
|
Fhj0607
|
4205961542
|
show current subject inside assignment details page as a pill
|
2026-04-29 11:27:30 +02:00 |
|
Fhj0607
|
c46508d233
|
implement x out of y progress text
|
2026-04-29 11:06:20 +02:00 |
|
Fhj0607
|
e8f7f45f11
|
createSubject and editSubject removed, upsertSubject added. Tasks and assignments removed from top-level tabs and now only accessible through Subjects -> Assignments -> Tasks. More styling in general.
|
2026-04-27 16:30:43 +02:00 |
|
Teodor
|
d7dc3cc72f
|
crud tests for subjects, assignments and tasks
|
2026-04-25 23:32:11 +02:00 |
|
Chris Sanden
|
9e145d4d8f
|
wrote proposal for fetching timer after app has been exited / closed
|
2026-04-25 17:22:55 +02:00 |
|
Fhj0607
|
ed2cfe6a4d
|
merge tailwind with main
|
2026-04-25 16:02:27 +02:00 |
|
Fhj0607
|
9b3069153d
|
Merge branch 'tailwind'
|
2026-04-25 15:57:26 +02:00 |
|
Chris Sanden
|
cfa3b151df
|
Merge pull request #4 from Fhj0607/timer
Timer merge
|
2026-04-25 15:51:06 +02:00 |
|
Chris Sanden
|
a27c949a27
|
Merge branch 'main' into timer
|
2026-04-25 15:49:06 +02:00 |
|
Chris Sanden
|
666bdc1942
|
timer complete - ready for implementation
|
2026-04-25 15:43:31 +02:00 |
|
Fhj0607
|
da8a92b8c2
|
app.json org linking and init
|
2026-04-25 14:28:37 +02:00 |
|
Fhj0607
|
eb2daad077
|
app.json update to org
|
2026-04-25 14:16:37 +02:00 |
|
Chris Sanden
|
fcff9e56b3
|
short summary update to reflect breakage hunt
|
2026-04-25 00:11:48 +02:00 |
|
Chris Sanden
|
b9845a1095
|
pushing last working dependencies
|
2026-04-24 23:57:21 +02:00 |
|
Chris Sanden
|
c68aeba709
|
reverting to chase a bug w expo
|
2026-04-24 22:48:43 +02:00 |
|
Chris Sanden
|
b191a1eced
|
implemented last few features and refactored for readability
|
2026-04-24 22:31:01 +02:00 |
|
Chris Sanden
|
0aa0c18bb5
|
removed unnecessary animation dependency
|
2026-04-23 21:58:59 +02:00 |
|
Chris Sanden
|
fbc26ff9dd
|
timer basically feature-complete. polish remains
|
2026-04-23 21:57:52 +02:00 |
|
Chris Sanden
|
5e93dc06c9
|
Implemented cancel button for timer
|
2026-04-23 16:09:24 +02:00 |
|
Chris Sanden
|
b40db253ce
|
1st draft of app images
|
2026-04-23 13:46:01 +02:00 |
|
Teodor
|
9f214a9451
|
Fixed issues with assignment progress tracking + added subject progress tracking
|
2026-04-23 04:37:34 +02:00 |
|
Teodor
|
a35353f45b
|
Added progress bar for assignments (UI fix needed)
|
2026-04-23 03:27:26 +02:00 |
|
Teodor Salvesen
|
e178ab0b4b
|
Merge pull request #3 from Fhj0607/notifications
Notifications + AsyncStorage
|
2026-04-22 21:00:48 +02:00 |
|
Teodor
|
4947d012c0
|
Notifications + AsyncStorage
|
2026-04-22 20:58:00 +02:00 |
|
Chris Sanden
|
00c86ae8c9
|
uploading summary note
|
2026-04-22 20:45:59 +02:00 |
|
Chris Sanden
|
1879c7c1f7
|
Added placeholder task info and made some UI/UX improvements
|
2026-04-22 20:41:19 +02:00 |
|
Chris Sanden
|
b7d62637e6
|
Fixed bug where timer would count space below nav bar as 'usable' space
|
2026-04-22 19:12:34 +02:00 |
|
Chris Sanden
|
145a04232b
|
added summary report from first timer session
|
2026-04-22 16:55:38 +02:00 |
|
Teodor Salvesen
|
6b298633bc
|
Merge pull request #2 from Fhj0607/tailwind
Tailwind
|
2026-04-22 15:58:49 +02:00 |
|
Teodor Salvesen
|
2ae56dd31c
|
Merge branch 'main' into tailwind
|
2026-04-22 15:56:22 +02:00 |
|
Teodor
|
cb6368a068
|
Fixed some UI issues and routing issues
|
2026-04-22 15:53:30 +02:00 |
|
Chris Sanden
|
41205450f3
|
Merge pull request #1 from Fhj0607/timer
Timer
|
2026-04-22 14:37:50 +02:00 |
|
Fhj0607
|
88c450a7cb
|
restyle subject, assignment, and task screens with card layouts, consistent inputs, custom theme classes. replaced buttons with pressables and fixed some saving issues
|
2026-04-22 12:43:50 +02:00 |
|
Fhj0607
|
9c5d5c2d3d
|
Patch Metro config loading for Windows paths
|
2026-04-22 11:47:25 +02:00 |
|
Teodor
|
f6e587ab14
|
Added notes for crud commit
|
2026-04-22 01:23:19 +02:00 |
|