Skip to content

A web portal that searches the right tutor for you

Notifications You must be signed in to change notification settings

heartziq/allimnee

Repository files navigation

Pivot! - MVP:

  • Browse ClassList
    • UI/UX
      • For < screensize=MD; replace pagination with InfiniteScrolling
        • Study code example
        • Implement!
        • Revamp UI
      • Improve Left Pane filter
        • Increase line width
    • URI - Query params persistent (stays when refreshed)
      • How to make query params 'synchronize' with current filters? (Redux + URI)
      • [Challenge] How to make frontend pagination works with DB pagination
        • [Challenge] if via server query, records that do not fall within filter parameter will be discarded - unless by removing FE filter, will cause the browser to request new query with updated param
        • read up on redux-persist
        • [step 1] store current pageNumber on redux-persist
        • [step 2] use stored state to load current page // useState(savedPageNumber)
        • [step 3] only load DB every 50 records
      • Class Details
    • [BUTTON] Contact Tutor (email)
  • Tutor details
    • Replace dummy tutor stars
  • Deploy to github

About

A web portal that searches the right tutor for you

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published