diff --git a/contributions/demo/week2-testing-and-CI/rahimz-sandner/README.md b/contributions/demo/week2-testing-and-CI/rahimz-sandner/README.md deleted file mode 100644 index a22b6cbf5e..0000000000 --- a/contributions/demo/week2-testing-and-CI/rahimz-sandner/README.md +++ /dev/null @@ -1,25 +0,0 @@ -# Assignment Proposal - -## Title - -Real-Time testing of a video game - -## Names and KTH ID - -- Noah Rahimzadagan (rahimz@kth.se) -- Leon Sandner (sandner@kth.se) - -## Deadline - -Deadline for task 1 - -## Category - -Demo - -## Description - -When testing real-time systems, using conventional static testing methods is not enough.
-You need to do: Task testing, Behavioral testing, Intertask testing and System testing.
-We will demo those 4 different ways of testing, by adding tests to a video game and running those tests live.
-We will further explain real-time system testing a bit more \ No newline at end of file diff --git a/contributions/open-source/sandner/README.md b/contributions/open-source/sandner/README.md new file mode 100644 index 0000000000..679fb23473 --- /dev/null +++ b/contributions/open-source/sandner/README.md @@ -0,0 +1,32 @@ +# Assignment Proposal + +## Title + +Contributing to Imgbot, friendly robot that optimizes images of your repository + +## Names and KTH ID + +- Leon Sandner (sandner@kth.se) + +## Deadline + +Deadline for task 3 + +## Category + +Contribution to open-source + +## Description +Imgbot crawls all your image files in GitHub and submits pull requests after applying a loss less compression. +This will make the file size go down, but leave the dimensions and quality just as good.
+I want to dive into the topic of software bots, I never used this project but think it is very useful and I want to contribute to it.
+The repo has an active community and is big enough (883 stars)
+The issue is relevant and current, issue #1068 is also pinned by a community member.
+To resolve this issue, I will add a new feature that will convert the size of the images to the correct respective multi-byte notation.
+As I have not yet used this project before, the effort for me should be enough for me to pass this assignment. + +repo-link: https://github.com/imgbot/Imgbot
+forked repo-link: https://github.com/lnsandn01/Imgbot
+ +Issue to work on:
+https://github.com/imgbot/Imgbot/issues/1068
\ No newline at end of file