Today the list of rooms that a student can select in which they are located is hard coded. It would be good if we can generate the list of rooms without the need of chaining frontend code.
Either we statically generate it during compile time or we can store it in the database and cache it at the end users browser.
Today the list of rooms that a student can select in which they are located is hard coded. It would be good if we can generate the list of rooms without the need of chaining frontend code.
Either we statically generate it during compile time or we can store it in the database and cache it at the end users browser.