How to design an online seat selection system which can change seat information dynamically?

such as
now I want to design an online seat selection system
but when users sign up, they can dynamically edit unreserved seats in the background
how should I design it from the generation of seats to the final registration, seat selection and editing
?
I hope to give you some ideas.
by the way, we will discuss how to access the database.
Thank you!

Mar.07,2021

the seat and state storage of the core can be mapped to the php logic code using redis bitmaps
location

Menu