F
F
Flur2017-09-01 14:38:00
SQLite
Flur, 2017-09-01 14:38:00

What structure to use to store the group schedule in the database? How to display on the outside?

I'm making a web application that will display today's schedule (of a selected group) with a scale and current time.
72486d5a9f6e4bca8d56e373b0953ad3.jpg
I will use the MVC concept.
★ What structure should I use to store the group schedule chain? How is it stored in the database?
★ How to parse and display this data (on request) on an external page?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Grishin, 2017-09-01
@vesper-bot

IMHO, any database is suitable here, the main thing is a table with records and api with a select to it. But the structure must be built separately, Excel will not work. You need a central table linking group, audience, subject and time IDs, then options like subject, and auxiliary tables with information about groups, audiences and subjects.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question