DEV Community

Cover image for Preparing for the Release 0.4
DerekJxy
DerekJxy

Posted on

Preparing for the Release 0.4

Regarding to the final assignment we have in OSD600. Due to my misunderstanding of the class requirements, I started to work on this final assignment a little bit late.

For the this Release 0.4 we have as a final assignment, we are going to contribute on Github again. And this time we have a more open options for the project we are going to work with.

Because of the lateness, I just picked one of the projects that my classmates worked for the final assignment. But I do realized that I should have a different content or contribution on the project. The program I chose is a HTML program. It's a TODO List program. It's more like a Note application we have on our phone.

After I go through the program, I found some issues are good for me to make a improvement. For instance, the dark mode and light mode toggle is something wrong. If the user switch the mode to dark mode by clicking the switch button, and the user refresh the page. Then the page will automatically change back to the light mode no matter what. And this obviously is not a good practice. Therefore, I planned to fix this issue. Also, I found that there are only two options for the user to do with the todoList that they are having. And I believe that it would be better if we have a Edit button to edit the todoList that the user currently having. So, this is going to be one of my improvement action for this project as well. Finally, I saw that there is no footer in the html project. Personally, I think having a footer is always a good practice.

Therefore, I set up the gold that I'm going to help improve the project in such list:
Issue

Link to the Repo I worked with :[todo-app]

Top comments (0)