Skip to content

Clone of a task delegation app similar to Jira. Functionalities include: making new users, tags, issues, dragging issues to another section and more...

Notifications You must be signed in to change notification settings

almir-hrvanovic/task-assignment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issue Tracker / Task Assignment App

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.

Available Functionalities

Drag and drop issues to a new section

To drag and drop an issue simply click and hold onto the issue card and release it in the new column (section).

image

Searching an issue

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.

image

Adding new users

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. image image

Adding new tags

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. image

Adding new issues

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. image image

Viewing an issue

To view more details about an issue simply click on the issue number on the card in the top right. image

Adding a comment

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. image

About

Clone of a task delegation app similar to Jira. Functionalities include: making new users, tags, issues, dragging issues to another section and more...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.3%
  • CSS 9.9%
  • HTML 4.8%