Feature/71 #87
4
.github/issue-branch.yml
vendored
4
.github/issue-branch.yml
vendored
@@ -3,9 +3,11 @@ silent: false
|
|||||||
branchName: '${issue.number}'
|
branchName: '${issue.number}'
|
||||||
branches:
|
branches:
|
||||||
- label: type/feature
|
- label: type/feature
|
||||||
prefix: feature/
|
prefix: feat/
|
||||||
- label: type/bug
|
- label: type/bug
|
||||||
prefix: bug/
|
prefix: bug/
|
||||||
- label: type/epic
|
- label: type/epic
|
||||||
prefix: epic/
|
prefix: epic/
|
||||||
|
- label: type/docs
|
||||||
|
prefix: docs/
|
||||||
autoCloseIssue: true
|
autoCloseIssue: true
|
||||||
|
|||||||
@@ -3,3 +3,10 @@
|
|||||||
# FHeD
|
# FHeD
|
||||||
|
|
||||||
The Free HelpDesk is the one-stop shop for all of your IT-related needs. It is a barebones helpdesk system aimed at individuals and small businesses.
|
The Free HelpDesk is the one-stop shop for all of your IT-related needs. It is a barebones helpdesk system aimed at individuals and small businesses.
|
||||||
|
|
||||||
|
# Roadmap
|
||||||
|
- [x] ~~Create framework.~~
|
||||||
|
- [x] ~~Create database creation on install script.~~
|
||||||
|
- [ ] Create assigned user view
|
||||||
|
- [ ] Create application administrator portal
|
||||||
|
- [ ] User profile: add support for other IDPs
|
||||||
|
|||||||
Reference in New Issue
Block a user