17 Commits

Author SHA1 Message Date
bd0244dcba style: formatting 2024-09-08 09:56:11 +02:00
3da2698af2 feat: implement From<Task> for NewTask 2024-09-07 14:49:38 +02:00
9986e5eda4 feat: create a getter for the reoccurrence start date field 2024-09-07 14:48:44 +02:00
41dbac4746 feat: derive PartialEq for the reoccurrence interval model 2024-09-07 14:48:22 +02:00
018d72f603 feat: add times of creation and update to the task model 2024-09-06 17:56:01 +02:00
e9adc4f1bf feat: add times of creation and update to the project model 2024-09-06 17:49:12 +02:00
0fe8ee503d fix: implement Hash for Category manually 2024-09-05 20:42:55 +02:00
fe1837d6a1 feat: display a project form upon clicking the create button on the projects page 2024-09-05 18:18:03 +02:00
270e06de46 feat: use Dioxus query for fetching data 2024-09-05 17:19:35 +02:00
28143a7088 feat: ability to view tasks in different categories 2024-08-31 10:48:57 +02:00
c4aa093022 feat: create a task model 2024-08-22 23:15:43 +02:00
1b1c849997 refactor: make the project model derive from Clone 2024-08-22 23:15:43 +02:00
7557b4ce4e style: macro formatting 2024-08-18 22:03:49 +02:00
9324d841fb refactor: make the project form component handle the server calls itself 2024-08-18 21:17:31 +02:00
f0f24d33ba refactor: make the serverside error handling more robust 2024-08-18 19:09:40 +02:00
e39b6bca2a refactor: make the project model fields accessible by getters 2024-08-17 12:42:46 +02:00
283b3965db feat: add a project model 2024-08-17 12:42:46 +02:00