This project is created using React and BeautifulDnD (drag and drop library). It mimics the basic functions of a task delegation app such as Jira.
To drag and drop an issue simply click and hold onto the issue card and release it in the new column (section).
To search for an existing issue, type the keyword in the search bar. On change the app will filter out the cards by comparing the title to the search term.
To add a new user click + Create then + User. Type in user details and click Add User. Now the new user will show up when assigning an issue.
To add a new tag click + Create then + Tag. Type in the tag details and click Add Tag. Now the new tag will show up when creating an issue.
To add a new issue click + Create then + Issue. Type in the issue details and select the options from a drop down menu. Click Add Issue to finish. The issue will be added to the "Todo" section.
To view more details about an issue simply click on the issue number on the card in the top right.
In the issue details page, at the bottom there is a text box where you can add a comment. Simply type into the text area then click Submit.