justinarat / Teamify

0 stars 0 forks source link

I45 convert lobby making form to flask requires issue 25 to be complete #67

Closed JohnGiampaolo closed 1 month ago

JohnGiampaolo commented 1 month ago

Lobby-making page fields underwent drastic changes to support flask form fields and validation. Users are now allowed to enter up to 3 custom tags, custom events were removed and the time allocation was simplified to a weekly one.

The main change however was removing inner HTML insertions and replacing them with class-based hiding/showing of HTML elements, particularly for the time allocation fields. If a user selects a day, it will show its respective fields - upon selecting that day those fields will become required, and vice versa.