zerotrac / leetcode_problem_rating

Self-calculated rating of problems in leetcode weekly/biweekly contests.
MIT License
502 stars 39 forks source link

Add a meaningful title in index.html #4

Closed kuanghe-dev closed 2 years ago

zerotrac commented 2 years ago

What is the purpose of adding this metadata?

From my perspective, this project is simply a frontend (or a visualization) to display the ratings of all the previous contest problems. I do not care much about the improvement of the UI part other then the data itself.

As the backend (or all the data) is not open-sourced, I do not expect to have pull requests, since the latest frontend has made use of all the visible data in this repository. If you have needs on adding some extra columns (features), or if you detect some bugs, you can submit an issue and I will try to explore it then.

kuanghe-dev commented 2 years ago

This one-liner change just adds a title, so that the tab's name is a bit more meaningful in the web browser. :-)

Happy to abandon the pull request if it's not desired.

image