Skip to content
Snippets Groups Projects
Commit 09faf6a2 authored by fibasile's avatar fibasile
Browse files

bump version - update todo

parent ed6f763d
No related branches found
No related tags found
No related merge requests found
# Features list
## Frontend
- [ ] Account & Registration
- [x] Login with Google
- [x] Login with username password
- [x] Registration
- [ ] Remind password - see [^1]
- [ ] Welcome email
- [ ] Browse a project
- [x] Browse project description / media
- [x] Access author profile
- [x] Download files
- [x] Access documentation
- [x] Bookmark a project
- [ ] Share a project
- [ ] Add comment to a project
- [ ] Reply to a comment
- [ ] Upload a project
- [ ] Project description
- [ ] Project media
- [ ] Project files
- [ ] Edit a project
- [ ] Edit description / media
- [ ] Edit attachments
- [ ] Change visibility
- [ ] Feature project
- [ ] Edit the personal profile
- [ ] Edit bio
- [ ] Edit avatar
- [ ] Change email
- [ ] Collections
- [ ] Create a collection
- [ ] Manage bookmarks
- [ ] Add a bookmark
- [ ] Featured collections
- [ ] Share a collection
## Backend
- [ ] Audit trail
- [ ] User trail
- [ ] System trail
- [ ] Categories
- [ ] Manage categories
- [ ] Add new category
- [ ] Projects
- [ ] Project stats
- [ ] Browse projects
- [ ] Edit project
- [ ] Visibility
- [ ] Feature project
- [ ] Delete project
- [ ] Collections
- [ ] Browse collections
- [ ] Edit collection
- [ ] Feature collection
- [ ] Visibility
- [ ] Delete collection
- [ ] Users
- [ ] Browse users
- [ ] Edit user
- [ ] Impersonate
- [ ] Block
- [ ] Delete user
- [ ] Mailing list
- [ ] Stats
### References
[^1]: [https://firebase.google.com/docs/reference/js/firebase.auth.Auth.html#sendpasswordresetemail](Firebase Auth reference)
\ No newline at end of file
......@@ -2,38 +2,40 @@
## Homepage
[ ] Add featured projects from special collection @homepage, @dashboard
[ ] Test collections box, add featured to collection model @homepage
- [ ] Add featured projects from special collection
- [ ] Test collections box, add featured to collection model
## Projects & Collections
[ ] Project upload form
[ ] Make link to downloads work @project
[ ] Reply to a comment form @project
[ ] CRUD for collections
[ ] CRUD for projects
- [ ] Project upload form
- [x] Make link to downloads work
- [ ] Adding a comment doesn't od anything
- [ ] Reply to a comment form
- [ ] CRUD for collections
- [ ] CRUD for projects
## Search
[ ] Implement listing by category
[ ] Implement listing by tag
[ ] Implement full text search using lunr
- [ ] Implement listing by category
- [ ] Implement listing by tag
- [ ] Implement full text search using lunr
## Account area
[ ] Populate (keep) recent activity @account
[ ] Make Profile edit form work @account
[ ] Update user avatar form @account
[ ] Use profile throughout the views rather than userInfo @account
[ ] Implement user project's list @account
[ ] Implement user collection list @account
[ ] Create "default" collection at registration @account
[ ] Populate "default" collection for existing users @account
[ ] Remove the bookmarks and use the default collection instead @account
[ ] Find a better query for related projects @account
- [ ] Populate (keep) recent activity
- [ ] Make Profile edit form work
- [ ] Update user avatar form
- [ ] Use profile throughout the views rather than userInfo
- [ ] Implement user project's list
- [ ] Implement user collection list
- [ ] Create "default" collection at registration
- [ ] Populate "default" collection for existing users
- [ ] Remove the bookmarks and use the default collection instead
- [ ] Find a better query for related projects
## Backoffice
[ ] Implement check for admin user with special powers
[ ] Implement backoffice buttons for admins in the dashboard and project cards @backoffice
[ ] Implement user management backoffice
- [ ] Implement check for admin user with special powers
- [ ] Implement backoffice buttons for admins in the dashboard and project cards
- [ ] Implement user management backoffice
{
"name": "os-circular-fashion-ng",
"version": "0.0.2",
"version": "0.0.3",
"description": "Open Source Circular Fashion Catalogue by Fabricademy",
"productName": "OSCircularFashion",
"cordovaId": "org.textile-academy.osc",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment