w3c / tpac2023-breakouts

Repository setup to collect and organize breakout session proposals for TPAC 2023
4 stars 2 forks source link

Suggest-grid.mjs generates HTML grid #68

Closed ianbjacobs closed 10 months ago

ianbjacobs commented 10 months ago

Writes to stdout an HTML file with a table and a list of any unscheduled sessions.

All other messages are printed via console.warn.

Highlights the following errors:

Note: The scheduling algorithm does not allow two sessions to be scheduled in the same slot when they have the same chair(s). Therefore, this code no longer checks for that.