IMSA-Code-Society / TimemanTODO

0 stars 0 forks source link

Only show tasks for the current class and project #13

Closed funblaster22 closed 1 year ago

funblaster22 commented 1 year ago

When the user clicks on a class or project, transition the UI to only show tasks from that group.

Implementation: use an tag to navigate to /home/ and then you can pull the id from the route in home.svelte and use the .filter function to get the correct tasks