This is a pet project for creating, editing and saving application backlogs
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
React, Redux, reduxjs toolkit, react beautiful dnd
For importing user stories as batch, the user needs to use Google Spreadsheets or any other editor that edits csv files. To use the template:
- Go to https://docs.google.com/spreadsheets/d/1LY8xNjRPA8EayW9Gm4NhX96gR4Q1eSr4wOhh5mH-5JM.
- Clone the sheet for yourself (File > Create Copy).
- Edit the data and export it as .csv.
- At the application click Storage > Import stories...
- Select the .csv file
- Creation, editing, deleting user-stories
- Creation, editing, deleting sprints
- Moving user-stories across the board
- Importing/exporting state from/to file.json
- Batch-importing of user-stories to the backlog
- Alert user when there are unsaved changes
- Support of the user-story dependencies
- Add/remove dependencies
- Display dependencies under the backlog stories
- Block moving if there are unplaced dependencies
- Block moving on the sprints that have dependencies story depends on
- Show the state of the save (is it currently saved or not)
- Undo/redo