# Tasks [repo](https://github.com/caesar003/tasks) ## Todos > how are you --- --- --- --- | Column 1 | Column 2 | Column 3 | | -------- | -------- | -------- | | Text | Text | Text | - User - [ ] user profile page - [x] form - [x] sign in - [x] register - [x] sign out - [x] session - [x] redirections - [x] sign in page is disabled when user is signin in and vice versa - Project - [x] view all project - [x] view individual project - [x] add new one - [ ] update - [x] delete - [x] delete only enabled for the owner of the project - [ ] import/export from/to csv - Task - [x] add - [x] view - [x] update - [x] delete - [ ] notification, - [ ] started - [ ] how long - Others - [x] integrating user with the post - [ ] enable update and delete for the owner of post and disable it if for other users - [x] mobile navigation - [ ] Error handling - [ ] 404 ```javascript=1 ```