Commit Graph

  • d25e241273 adding .apk main Chris Sanden 2026-05-07 00:57:16 +02:00
  • bc06704e0b changed app.json to be in line with what google console expects Chris Sanden 2026-05-06 22:38:50 +02:00
  • e18fc525cf added logout button to guided setup screens Chris Sanden 2026-05-06 20:32:19 +02:00
  • 419463e5be updated tests to align with new logic Chris Sanden 2026-05-06 17:15:41 +02:00
  • f2312bce38 removed automatic change for subject to inactive if all assignments are completed Chris Sanden 2026-05-06 17:01:05 +02:00
  • 66efbecf2f changed sequence of completion logic Chris Sanden 2026-05-05 21:54:32 +02:00
  • ac6bfa1022 don't ask me how, but it works Chris Sanden 2026-05-05 20:58:03 +02:00
  • a536be1047 Merge pull request #8 from Fhj0607/timerTask - ohhhhhh mama this is a big one Chris Sanden 2026-05-05 20:36:17 +02:00
  • 27d04b2a3b Merge branch 'main' into timerTask Chris Sanden 2026-05-05 20:34:58 +02:00
  • 6127e6ec08 removed gap document Chris Sanden 2026-05-05 20:16:39 +02:00
  • 2f8a770c2a added tab icons Chris Sanden 2026-05-05 20:13:05 +02:00
  • 5035ced7af updated help modals Chris Sanden 2026-05-05 18:08:55 +02:00
  • 9bb3bb1163 polished and finalised onboarding flow Chris Sanden 2026-05-05 17:36:34 +02:00
  • 2bb2ac63a0 loads of polish and bug fixes Chris Sanden 2026-05-05 15:41:44 +02:00
  • 179fe3fd50 Merge pull request #7 from Fhj0607/tailwind Teodor Salvesen 2026-05-05 14:31:28 +02:00
  • e5982c2eb3 Merge branch 'main' into tailwind Teodor Salvesen 2026-05-05 14:31:02 +02:00
  • 68f520b99e Merge pull request #6 from Fhj0607/tests Teodor Salvesen 2026-05-05 14:25:27 +02:00
  • a4f99a50d0 trying to get this shit finished Chris Sanden 2026-05-05 13:51:59 +02:00
  • 245b6db3fd reworked the timer flow, set a default timer duration, updated help button modal and more Chris Sanden 2026-05-04 17:19:59 +02:00
  • 907fa18841 'some' changes Chris Sanden 2026-05-03 23:05:22 +02:00
  • 08a14b3ab2 updated todays work summary Chris Sanden 2026-05-02 20:07:57 +02:00
  • 31d3cbfba6 fixded bug where active sprint would stop upcoming tasks from showing on dashboard Chris Sanden 2026-05-02 20:05:22 +02:00
  • 219d599617 added help button and improved dashboard styling to be in line with the rest of the project Chris Sanden 2026-05-02 20:01:40 +02:00
  • b437643475 added total time spent functionality for tasks and updated dashboard to display upcoming, uncompleted tasks sorted by date ascending Chris Sanden 2026-05-02 17:44:11 +02:00
  • 387ab2833d added work summary Chris Sanden 2026-05-01 21:48:22 +02:00
  • c74062c84c Implemented timer into task details, uploaded example images for app and centred headers on all screens Chris Sanden 2026-05-01 21:37:58 +02:00
  • cd4d2056b0 Merge pull request #5 from Fhj0607/timerTask Chris Sanden 2026-05-01 14:04:27 +02:00
  • d2e3c2e718 add architecture-note.md Fhj0607 2026-05-01 13:25:59 +02:00
  • ae613f8707 redesigned completion and reopening subjects/assignments/tasks and how it is rendered Fhj0607 2026-05-01 12:36:58 +02:00
  • e3c0b286b8 Assignment Progress now only renders when the subject has one or more assignments Fhj0607 2026-05-01 12:08:19 +02:00
  • efb2e11893 Task Progress bar now only renders when totalTasks > 0 Fhj0607 2026-05-01 12:06:15 +02:00
  • 7e33500fad subjects now loads instead of showing errors, before rendering db items Fhj0607 2026-05-01 12:04:44 +02:00
  • 3dcd392cd3 Adjusted crud tests + added auth tests Teodor 2026-04-30 22:21:56 +02:00
  • 545027a766 Merge branch 'main' of github.com:Fhj0607/Study-Sprint Teodor 2026-04-30 17:16:33 +02:00
  • 2f483b8ef9 refactor create/editTask into one upsertTask page, and remove all remaining console.log and debugging helpers Fhj0607 2026-04-30 11:34:26 +02:00
  • 152a91718a Merge branch 'tailwind' Fhj0607 2026-04-30 11:24:50 +02:00
  • 6f5158ff41 app now correctly handles the hierarchy subject -> assignment -> task. Implemented consistent styling and coloring on all three levels and correctly configured expo routing Fhj0607 2026-04-30 11:23:41 +02:00
  • 67c625f42c add date.ts for global formatting, remove redundant pill completed : in progress from viewAssignmentDetails.tsx Fhj0607 2026-04-29 11:37:27 +02:00
  • 473eb0efbb fetch color and title together as subjectMeta Fhj0607 2026-04-29 11:29:40 +02:00
  • 4205961542 show current subject inside assignment details page as a pill Fhj0607 2026-04-29 11:27:30 +02:00
  • c46508d233 implement x out of y progress text Fhj0607 2026-04-29 11:06:20 +02:00
  • 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. Fhj0607 2026-04-27 16:30:43 +02:00
  • d7dc3cc72f crud tests for subjects, assignments and tasks Teodor 2026-04-25 23:32:11 +02:00
  • 9e145d4d8f wrote proposal for fetching timer after app has been exited / closed Chris Sanden 2026-04-25 17:22:55 +02:00
  • ed2cfe6a4d merge tailwind with main Fhj0607 2026-04-25 16:02:27 +02:00
  • 9b3069153d Merge branch 'tailwind' Fhj0607 2026-04-25 15:57:26 +02:00
  • cfa3b151df Merge pull request #4 from Fhj0607/timer Chris Sanden 2026-04-25 15:51:06 +02:00
  • a27c949a27 Merge branch 'main' into timer Chris Sanden 2026-04-25 15:49:06 +02:00
  • 666bdc1942 timer complete - ready for implementation Chris Sanden 2026-04-25 15:43:31 +02:00
  • da8a92b8c2 app.json org linking and init Fhj0607 2026-04-25 14:28:37 +02:00
  • eb2daad077 app.json update to org Fhj0607 2026-04-25 14:16:37 +02:00
  • fcff9e56b3 short summary update to reflect breakage hunt Chris Sanden 2026-04-25 00:11:48 +02:00
  • b9845a1095 pushing last working dependencies Chris Sanden 2026-04-24 23:57:21 +02:00
  • c68aeba709 reverting to chase a bug w expo Chris Sanden 2026-04-24 22:48:43 +02:00
  • b191a1eced implemented last few features and refactored for readability Chris Sanden 2026-04-24 22:31:01 +02:00
  • 0aa0c18bb5 removed unnecessary animation dependency Chris Sanden 2026-04-23 21:58:59 +02:00
  • fbc26ff9dd timer basically feature-complete. polish remains Chris Sanden 2026-04-23 21:57:52 +02:00
  • 5e93dc06c9 Implemented cancel button for timer Chris Sanden 2026-04-23 16:09:24 +02:00
  • b40db253ce 1st draft of app images Chris Sanden 2026-04-23 13:46:01 +02:00
  • 9f214a9451 Fixed issues with assignment progress tracking + added subject progress tracking Teodor 2026-04-23 04:37:34 +02:00
  • a35353f45b Added progress bar for assignments (UI fix needed) Teodor 2026-04-23 03:27:26 +02:00
  • e178ab0b4b Merge pull request #3 from Fhj0607/notifications Teodor Salvesen 2026-04-22 21:00:48 +02:00
  • 4947d012c0 Notifications + AsyncStorage Teodor 2026-04-22 20:58:00 +02:00
  • 00c86ae8c9 uploading summary note Chris Sanden 2026-04-22 20:45:59 +02:00
  • 1879c7c1f7 Added placeholder task info and made some UI/UX improvements Chris Sanden 2026-04-22 20:41:19 +02:00
  • b7d62637e6 Fixed bug where timer would count space below nav bar as 'usable' space Chris Sanden 2026-04-22 19:12:34 +02:00
  • 145a04232b added summary report from first timer session Chris Sanden 2026-04-22 16:55:38 +02:00
  • 6b298633bc Merge pull request #2 from Fhj0607/tailwind Teodor Salvesen 2026-04-22 15:58:49 +02:00
  • 2ae56dd31c Merge branch 'main' into tailwind Teodor Salvesen 2026-04-22 15:56:22 +02:00
  • cb6368a068 Fixed some UI issues and routing issues Teodor 2026-04-22 15:53:30 +02:00
  • 41205450f3 Merge pull request #1 from Fhj0607/timer Chris Sanden 2026-04-22 14:37:50 +02:00
  • 88c450a7cb restyle subject, assignment, and task screens with card layouts, consistent inputs, custom theme classes. replaced buttons with pressables and fixed some saving issues Fhj0607 2026-04-22 12:43:50 +02:00
  • 9c5d5c2d3d Patch Metro config loading for Windows paths Fhj0607 2026-04-22 11:47:25 +02:00
  • f6e587ab14 Added notes for crud commit Teodor 2026-04-22 01:23:19 +02:00
  • 32465df9d1 crud for subjects, assignments and tasks Teodor 2026-04-22 01:06:20 +02:00
  • 1d4a1ac51f Merge branch 'backup-my-local-work' Teodor 2026-04-22 00:27:25 +02:00
  • 16a56fa8ab WIP backup before merge Teodor 2026-04-22 00:07:35 +02:00
  • d50301cb04 First draft of timer element Chris Sanden 2026-04-21 18:45:18 +02:00
  • 13b76e5840 updated dependencies and README Chris Sanden 2026-04-21 15:30:32 +02:00
  • 28b95b6a44 Tailwind framework init, and tailwind-example of editTask.tsx Fhj0607 2026-04-21 13:22:04 +02:00
  • 5bde373514 style edit task screen and fix task update flow Fhj0607 2026-04-21 12:56:24 +02:00
  • 473ba75e3e crud for tasks + auth Teodor 2026-04-20 01:05:29 +02:00
  • 0abfb47d6f added supabase libs and dependencies Chris Sanden 2026-04-15 13:09:44 +02:00
  • e38d6f9121 stripped down version expo app ready for development Fhj0607 2026-04-15 10:16:09 +02:00
  • 35e36b6292 Merge remote main into local main Fhj0607 2026-04-15 10:03:23 +02:00
  • 8c58425bb8 Update .gitignore Fabian Haukedal Johansen 2026-04-15 11:36:11 +02:00
  • 51791cab9c Update README.md Fabian Haukedal Johansen 2026-04-15 10:33:05 +02:00
  • 59f8e65393 Update README.md Fabian Haukedal Johansen 2026-04-15 10:32:47 +02:00
  • 582e8f13b0 Update README.md Fabian Haukedal Johansen 2026-04-15 10:32:32 +02:00
  • aef30b8a8f Update .gitignore Fabian Haukedal Johansen 2026-04-15 10:32:01 +02:00
  • 5790ee5cb6 Update README.md Fabian Haukedal Johansen 2026-04-15 10:31:41 +02:00
  • 2a3c786e92 Update .gitignore Fabian Haukedal Johansen 2026-04-15 10:18:43 +02:00
  • ce2b8f3d38 Initial commit Fabian Haukedal Johansen 2026-04-15 10:13:55 +02:00
  • 9633222060 Initial commit Fhj0607 2026-04-15 09:52:24 +02:00
  • 2c7349849c Initial commit Fhj0607 2026-04-15 08:14:06 +02:00