Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
meezlung authored Dec 19, 2024
1 parent f4f7ee0 commit b325bb0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,9 @@ https://github.com/user-attachments/assets/8c4a7ae4-fd49-46dd-9710-ea5d16769eba
# Mga Kulang Pa (Pero ewan ko kung gagawin ko pa to):
- Ranking system based on [Rate UP Profs (RUPP)](https://rupp.onrender.com/) or Restrictions/Remarks. **(Still don't know how to implement)**
- There should be a ```crscraper.py``` authenticator for each input of username, password, and courseURL, depending how the CRS website responded to those input.
- JavaScript scraper in the future so we can upload to Google Extensions?!
- If kaya, host sana 'yung app sa internet. I still need a way to host my backend and frontend online.
- I think I need to install Linux server on a laptop then try to host from there.
- JavaScript scraper in the future so we can upload to Google Extensions?! If not, host in the internet? Though needs a way to host backend and frontend online (consider homemade Linux server).
- I think we need to scrape Preenlistment Priority as well to feed it into the Course Probability Calculator
- Also add criterias for organizing schedules (e.g. no weekend classes, no classes after 4 pm, no class start before 9 per se). **(Still don't know how to implement)**
- Apply DP to overlapping subproblems in the backtrack function.
- Also add criterias/filtering functions for organizing schedules (e.g. no weekend classes, no classes after 4 pm, no class start before 9 per se). **(Still don't know how to implement)**
- Apply DP to overlapping subproblems in the backtrack function. **(Tinatamad pa)**
- Fix typehints, organize code later.
- Organize documentation per each function.

0 comments on commit b325bb0

Please sign in to comment.