Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newjoker6/gdscript-task-board
A Task board made in GDScript
https://github.com/newjoker6/gdscript-task-board
agile-board gdscript godot scrum-board task-manager
Last synced: 20 days ago
JSON representation
A Task board made in GDScript
- Host: GitHub
- URL: https://github.com/newjoker6/gdscript-task-board
- Owner: newjoker6
- License: mit
- Created: 2022-06-21T11:34:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T15:08:19.000Z (11 months ago)
- Last Synced: 2024-11-13T02:33:17.399Z (3 months ago)
- Topics: agile-board, gdscript, godot, scrum-board, task-manager
- Language: GDScript
- Homepage:
- Size: 571 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GDScript Task Board
## What is AGILE development?
Agile is an iterative approach to project management and software development that helps teams deliver value to their customers faster and with fewer headaches. Instead of betting everything on a "big bang" launch, an agile team delivers work in small, but consumable, increments. This board was intended to be used by a solo developer rather than a team but can easily have team member assigned with a search feature that works with task names and assigned users.## Board Features
- **Add** tasks
- **Delete** tasks
- Give tasks a **level of importance**
- **Move tasks** around on the board to represent it's status
- Create **new boards**
- **Name**, **Save** and **Load** boards
- Leave important **notes** for each task
Add new tasks to the board and give it an importance level.
Left click any task to get a popup box where you can put any notes or client requirements/restrictions related to said task. Right click the same task to hide this menu.
Right click on any task to be able to delete a task or move its position on the board.
Search or filter through your board for specific tasks.
Avoid Scope Creep by getting a realistic idea of how long your project will take based on your estimates as well as see how far along you are in your project.
## Known Issues
None.