Commit Graph

19 Commits

Author SHA1 Message Date
6cfb33e227 - Todos point logic changes to use the current day for points 2024-12-30 20:54:33 +01:00
141337d2ce - Implemented spending of the saved points 2024-12-30 13:20:58 +01:00
afa1046d02 - Fixed incorrect saving of the points per day 2024-12-29 21:39:49 +01:00
42b18856e4 Merge branch 'main' into dev
# Conflicts:
#	components/pages/calendar/DetailedCalendar.tsx
2024-12-29 18:59:46 +01:00
c14910447e - Implemented saving of points per week per day for user
- Implemented saving of the number of completed todos per user
- Changed "To do's" labels to "To Do"
2024-12-25 22:41:53 +01:00
7d3e39b77d Deletion fix 2024-12-24 23:19:23 +01:00
2c6474007c - Implemented backend logic for saving weekly and all time points for todos 2024-12-22 18:31:22 +01:00
4866dd1b3f - Improved the todo update 2024-12-22 16:35:31 +01:00
c411990312 Fixes 2024-12-15 16:46:26 +01:00
70db8bdc0b New calendar 2024-12-15 16:29:34 +01:00
5b80a3ba80 - Added Daily repeat type for the todos and implemented creating and updating this kinds of todos 2024-11-10 18:00:17 +01:00
dbfe7d6e9c Added the reccuring todos that repeat weekly to be created for the next 52 weeks 2024-11-04 23:32:13 +01:00
b9aa24a0c2 - Take turns implementation for the todos 2024-10-29 00:05:15 +01:00
c597e96c20 - FIxed an issue with completing todos 2024-10-26 15:38:54 +02:00
675ecedd86 - Implemented the complete update of recurring todo and handle changing the recurring rule and date 2024-10-26 13:20:31 +02:00
5c67ffccbd - Implemented the complete update of recurring todo and handle changing the recurring rule and date 2024-10-26 13:20:09 +02:00
2ec014bcc7 - Implementation of update todo and removing days in the rule for a repeatable todo 2024-10-25 16:49:32 +02:00
f35033f5e7 - Fixed an issue with the Tod dialog
- Implementation of update todo and adding new days in the rule for a repeatable todo
2024-10-25 14:04:13 +02:00
515b5738bb Implementation of fetching, adding and updating todos to db 2024-10-13 13:34:31 +02:00