From 50e585855726e1d79ab7f21b2c5494321e79b7d2 Mon Sep 17 00:00:00 2001 From: Magnus Granberg Date: Tue, 28 Sep 2021 23:01:56 +0200 Subject: Add TODO list Signed-off-by: Magnus Granberg --- TODO.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 TODO.txt 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) -- cgit v1.2.3-65-gdbad