Progress on New Feature UI and Sorting Filters

Monday, July 28, 2025 – Last week, I worked on a new task for the Nextjs project, where I was assigned to create a new UI page for a feature. Since the feature was quite similar to an existing system, the design process was straightforward and easy to implement.

Once the UI was completed, I immediately tested it. At first, there were minor bugs after sending the command. When the API was fixed, I tested again, but this time, nothing appeared in the progress section. Later, Mr. Peter helped by creating a progress bar helper and fixing the current logic of the progress bar, which resolved the issue.

Another small task I worked on was adding a SortBy filter in a different project. I began by building the UI logic and implementing enumeration for it. However, towards the end of the week, although the main feature was up and running, I was not able to finish the SortBy UI. Still, I pushed all my changes for review.