A project to try and recreate most of Trello's functionality without third-party front-end libraries when possible. Main points of interest/focus:
- Drag and drop functionality
- Dynamic relationships between data
-
0.0.0
| Users & Basic App Functionality -
0.1.0
| Boards0.0.1
| Create boards0.0.2
| Star/Unstar boards0.0.3
| View a board on it's own page0.0.4
| Star/Unstar or rename a board while on it's own page
-
0.2.0
| Lists0.0.1
| View a board's lists on the board's page0.0.2
| Create lists associated with specific boards while on a board's page0.0.3
| Edit a lists title while on a board's page0.0.4
| Archive lists while on a board's page0.0.5
| Reorder lists (dragging & dropping) while on a board's page0.0.6
| Unarchive lists while on a board's page
-
0.3.0
| Cards0.0.1
| Display cards that belong to a specific list0.0.2
| Create cards that belong to a specific list
-
0.3.0
| Cards0.0.3
| Reorder or move cards (dragging and dropping) while on a board's page0.0.4
| View card details in modal0.0.5
| Edit card details (title & description) in modal0.0.6
| Add a due date/complete option to cards0.0.7
| Allow users to add a cover image to cards (urls only)0.0.8
| Archive cards while in the card details modal0.0.9
| Unarchive cards while on a board's page
-
0.4.0
| Labels0.0.1
| Create labels associated with specific boards while on a board's page0.0.2
| Associate labels with cards0.0.3
| Enable color blind assistance mode
-
0.5.0
| Checklists0.0.1
| Create checklists associated with specific cards while in the card details modal0.0.2
| Delete checklists while in the card details modal0.0.3
| Reorder checklists (dragging and dropping) while in the card details modal0.0.4
| Create items associated with specific checklists while in the card details modal0.0.5
| Toggle items as complete/not complete while in the card details modal0.0.6
| Display % of checklist complete/not complete while in the card details modal0.0.7
| Delete items while in the card details modal0.0.8
| Reorder items (dragging and dropping) while in the card details modal0.0.9
| Add a due date option to items0.0.10
| Convert items into cards while in the card details modal
-
0.6.0
| Teams- To Be Decided
-
1.0.0
| 'Final' Version & Misc. improvements0.0.1
| Unarchive boards0.0.2
| Fix drag images for draggable elements0.0.3
| Allow users to upload images for avatar images0.0.4
| Allow users to upload images for card cover images0.0.5
| Add markdown compatibility for description blocks