/
Meeting Minutes 22/03/2023

Meeting Minutes 22/03/2023

Updates

Updates

Task

Developers

Status

Updates

Next13 Refactor

@Urja Arora (Unlicensed)

@Harry Zhang (Unlicensed)

status:IN PROGRESS

@Urja Arora (Unlicensed) @Harry Zhang (Unlicensed) Have been busy to date. Will begin work shortly this week.

  • Wednesday Week 8

Map Rewrite

@Jessica Feng (Unlicensed)

@Agnes Clemente (Unlicensed)

status:IN PROGRESS

  • Map is working

  • @Jessica Feng (Unlicensed) Cleaned up code

  • @Agnes Clemente (Unlicensed) made react markers (for hover)

    • Building name + number of free rooms

    • TODO: total number of rooms + distance from location + image

  • Env variable issues - debugging in progress

Scrape NSS Timetable Enquiry Site

@William Zhong (Unlicensed)

@Sean Wibisono (Unlicensed)

status:IN PROGRESS

  • Cleaned up scraped data

  • Mapped classroom name/capacity to ID

  • TODO: Getting data into the correct interface

“Room Available Soon” Feature

@Richard Xue (Unlicensed)

@Benjamin Hung (Unlicensed)

status:IN PROGRESS

  • Pending Richard on backend changes

Mobile App Homepage

@Alec Tan (Unlicensed)

@Tommy Truong (Unlicensed)

status:IN PROGRESS

TODO: Improve mockups + add more details and pages to mockups

  • Connecting app to api - Fetching building names, room names

TODO: Room booking
https://discord.com/channels/803972761608257576/828808496317071380/1088047640207441991

Discussion Points

Topic

Context

Action Items and Decisions

Scraping Pipeline

  • Sean’s got room data scraped

  • William’s got timetable scraped

  • How do we put it together?

  • Hardcode most request parametesr for find room

  • Calculate:

    • fr_week: 1

    • fr_date: first monday of the year

    • to_week: 52

    • to_date: last sunday of the year

    • teachingperiod: join above

  • From find rooms we want

[ { "Room": "Ainswth101" "Description": "Ainsworth 101" "Facility ID": "K-J17-101", "Type": TUSM, "Capacity": 50, "Managed by": "COMPSC" } ]
  • Save the building info somewhere

  • From that info, get an array of the room IDs

  • Use that to call multiroom with the whole year range

  • From find room individual page we want

[ { "event": "TUT/01:1 BENV7020", "day": "Monday", "time": "09:00", "week": 0b0000000000000000000000101001111000000000000000000000 } ]

Related content