Release 0.4: Final Update
This is the final update for Release 0.4. I completed the internal and external requests which I will list down below.
External:
Issue #1: click here
PR for Issue #1: click here
Issue #2: click here
PR for Issue #2: click here
Internal:
Issue: click here
PR for Issue: click here
For the final release, I did 1 internal issue and 2 external issues. The internal issue was regarding passing the HTML through our coded HTML sanitizer before it gets put into post objects. I got into a bit of trouble understanding what the sanitizer is for and what it is suppose to do. However, through some research and I read through old issues where other classmates did sanitization for their code and I finally understood the purpose of sanitization. For the external issues, I did 1 issue which fixes a bug that occurred in the users code where he couldn't clear the input box for his to do list when he adds a new task/item. The 2nd external issue was a bit bigger which was about deleting items/tasks on the to-do list. This was done by adding a new Javascript file and adding a new function to delete row dynamically. I learned a lot in this release which included improving my skills in HTML / JS and also working with the HTML sanitizer that was created by another issue beforehand.