From 01f31d82601b5173c9e3f74a1f39e4935e4bd68f Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Mon, 25 Apr 2016 10:50:26 +0200 Subject: [PATCH] Destroyed Roadmap (markdown) --- Roadmap.md | 157 ----------------------------------------------------- 1 file changed, 157 deletions(-) delete mode 100644 Roadmap.md diff --git a/Roadmap.md b/Roadmap.md deleted file mode 100644 index 56bd24b..0000000 --- a/Roadmap.md +++ /dev/null @@ -1,157 +0,0 @@ -# 2.0.0 rewrite roadmap - -## API - -- [x] Documentation -- [x] Basic backend structure - - [x] JSON handling - - [x] Error handling - - [x] File uploads - - [x] Database integration - - [x] Configuration - - [x] Authentication - - [x] ~~Rate limiting~~ let nginx/apache deal with it -- [x] Bumping last login time -- [x] Search engine (subject to change) -- [x] Thumbnail management (`ffmpeg` based) -- [x] Users - - [x] Creating users - - [x] Listing all users - - [x] Pagination - - [x] Getting single user - - [x] Editing users - - [x] Names - - [x] Access ranks - - [x] Password - - [x] Email - - [x] Avatar - - [x] Deleting users - - [x] Showing email only to currently authenticated user - - [x] Password reminders -- [ ] Posts - - [ ] Creating posts - - [ ] Listing posts - all filters from help apply - - [ ] Viewing single post - - [ ] Editing posts - - [ ] Deleting posts - - [ ] Rating posts - - [ ] Adding and deleting posts to/from favorites - - [ ] Snapshots -- [ ] Comments - - [ ] Creating comments - - [ ] Listing comments - all filters from old sources apply - - [ ] Viewing single comment - - [ ] Editing comments - - [ ] Deleting comments - - [ ] Rating comments -- [ ] Tags - - [x] Creating tags - - [x] Listing tags - all filters from old sources apply - - [x] Viewing single tag - - [x] Editing tags - - [x] Deleting tags - - [x] Exporting `tags.json` - - [ ] Snapshots - - [ ] Merging tags - - [ ] Tab siblings - -## Frontend - -- [x] Basic frontend structure - - [x] Minification of CSS, HTML and JS - - [x] Templates - - [x] Controllers - - [x] Views - - [x] API - - [x] Config - - [x] Authentication -- [x] Bumping last login time -- [x] Top navigation (might be subject to changes) -- [x] Help -- [x] Reusable file dropper control -- [ ] Reusable tagger control -- [ ] 404 page -- [ ] Users - - [x] Registration - - [x] Listing - - [x] Endless scroll - - [x] Normal scroll - - [x] Search input - - [x] No data to show - - [x] Viewing - - [x] Name, registered X ago, last seen X ago, rank - - [x] Avatar - - [ ] Number of uploads, favorites, posts commented on, liked and disliked posts - - [x] Resource not found - - [x] Editing - - [x] Name - - [x] Password - - [x] Email - - [x] Rank - - [x] Avatar - - [x] Deletion - - [x] Resource not found - - [x] Browsing settings - - [x] Password reminders -- [ ] Home page - - [x] Title - - [ ] Number of posts, HDD usage - - [ ] Featured post - - [x] Current version - - [x] Build date -- [ ] Posts - - [ ] Listing - - [ ] Endless scroll - - [ ] Normal scroll - - [ ] Search input - - [ ] Safety switching - - [ ] Mass tag - - [ ] Hide downvoted posts - - [ ] No data to show - - [ ] Creating - - [ ] Viewing - - [ ] Search on Google/IQDB - - [ ] Fit modes - - [ ] Post notes - - [ ] Next / previous post - - [ ] Add comment - - [ ] Rating - - [ ] Favoriting - - [ ] Featuring - - [ ] Resource not found - - [ ] Editing - - [ ] Deletion - - [ ] Resource not found -- [ ] Comments - - [ ] Markdown - - [ ] Cross-references - - [ ] Spoilers - - [ ] SJIS/AA - - [ ] Strike-through - - [ ] Other stuff? - - [ ] Listing in dedicated view - - [ ] Endless scroll - - [ ] Normal scroll - - [ ] Inline editing - - [ ] Deletion - - [ ] Rating - - [ ] Page not found? - - [ ] Listing in post view - - [ ] Rating - - [ ] Inline editing - - [ ] Rating - - [ ] Deletion -- [ ] Tags - - [ ] Listing - - [ ] Search input - - [ ] No data to show - - [ ] Showing - - [ ] Resource not found - - [ ] Editing - - [ ] Resource not found - - [ ] Deletion -- [ ] History -- [ ] Keyboard shortcuts - - [x] User list - - [ ] Post list - - [ ] Post view \ No newline at end of file