commit: 50e585855726e1d79ab7f21b2c5494321e79b7d2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org> AuthorDate: Tue Sep 28 21:01:56 2021 +0000 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org> CommitDate: Tue Sep 28 21:01:56 2021 +0000 URL: https://gitweb.gentoo.org/proj/tinderbox-cluster-www.git/commit/?id=50e58585
Add TODO list Signed-off-by: Magnus Granberg <zorry <AT> gentoo.org> TODO.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..8a6fdee --- /dev/null +++ b/TODO.txt @@ -0,0 +1,26 @@ +* Project + + List Project + + Add Project (User) (Admins enable project) + + Add workers (Project creator), (Admins enable worker) + + List builds + + List build requests + + List issues + + Add issues (User) + + Add,change,remove settings (User, Group Member of the project) + + Add repository (Project creator), (Admins enable repository) +* Repository + + Mix of Gitlab, Github, Gitweb view + + Request builds (User, Group Member of the projects) +* Issues + + List + + Add issues (User) + + Support for PR's (User creator) + + Support for Bugzilla (User creator) + + Support Bumps (User) + + Support Patches (User) + + Support Attachment (User) +* REST + + List Workers + + List Workers with password (authentication needed) + + List Repository + + List Repository with ssh keys (authentication needed)
