parent
b47cf8261f
commit
127c0b446f
@ -0,0 +1,34 @@
|
||||
# Bug Tracke System
|
||||
|
||||
**Tier:** 3-Advanced
|
||||
|
||||
A bug tracking system, sometimes known as a defect tracking system, is a piece of software that maintains track of reported issues in software development projects. It might be considered an issue tracking system.
|
||||
|
||||
Many bug tracking systems, including those used by most open-source software projects, allow end users to directly enter bug reports.
|
||||
|
||||
A bug tracking system is typically a required component of a professional software development infrastructure, and its constant use is regarded as one of the "hallmarks of a strong software team".
|
||||
|
||||
## User Stories
|
||||
|
||||
- [ ] User can create a new account and logout.
|
||||
- [ ] Ability to have custom user profiles which also give detailed information about their skills and software they use.
|
||||
- [ ] User can create a new bug/issues report and assign certain bits of information such as severity.
|
||||
- [ ] Ability to attach files (such as screen shots).
|
||||
- [ ] Ability to assign tasks to a other users.
|
||||
- [ ] Ability to close a bug that have been fixed and give a report about it.
|
||||
- [ ] Ability to sort between bug, enhancement, and feature request.
|
||||
- [ ] Reminders about which items are left undone and are assigned to you / unassigned at all.
|
||||
|
||||
## Bonus features
|
||||
|
||||
- [ ] implement a Real-time chat interface to allow user to communicate to each other.
|
||||
|
||||
## Useful links and resources
|
||||
|
||||
- [Why you should build a bug tracker](https://www.youtube.com/watch?v=oC483DTjRXU)
|
||||
|
||||
|
||||
## Example projects
|
||||
|
||||
- [Bug Tracker by Cody Gardner](https://www.youtube.com/watch?v=-nwSzv9QwWU)
|
||||
|
Loading…
Reference in new issue