diff --git a/contributions/course-automation/corgui/README.md b/contributions/course-automation/corgui/README.md new file mode 100644 index 0000000000..47251ec178 --- /dev/null +++ b/contributions/course-automation/corgui/README.md @@ -0,0 +1,29 @@ +# Assignment Proposal + +## Title + +Automatic deletion of teammate request + +## Names and KTH ID + +- Corentin Guilloteau (corgui@kth.se) + +## Deadline + +Task 1 + +## Category + +Course Automation + +## Description + +This course uses a Github repository issue to allow students to find a teammate. The problem here is that is requires +the students to update or remove their comment on this issue when they have found a teammate. This aim here is to +automate this task. + +The automation should perform the following : + +- Run for each new pull request having a label corresponding to an assignment +- Check if the author of the pull request has commented the teammate finder issue +- If so, remove its comment on this issue diff --git a/contributions/demo/week3-CD-and-feature-flag/corgui/README.md b/contributions/demo/week3-CD-and-feature-flag/corgui/README.md new file mode 100644 index 0000000000..4b87cf938c --- /dev/null +++ b/contributions/demo/week3-CD-and-feature-flag/corgui/README.md @@ -0,0 +1,24 @@ +# Assignment Proposal + +## Title + +Demonstration of Continuous Delivery of a Tauri app + +## Names and KTH ID + +- Corentin Guilloteau (corgui@kth.se) + +## Deadline + +Task 1 + +## Category + +Demo + +## Description + +Tauri is a rust based GUI framework which allows creating smaller, faster and more secure desktop applications with a +web frontend. Tauri allows developers to easily add an automatic updater in their app. The aim of this demo is to show +how a Continuous Delivery pipeline can be used to automatically build and release new versions of a Tauri app, which can +then be used by the Tauri updater.