Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 751 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 751 Bytes

Seat Selection & Auto Deselect

User can select the available seats from the list of seats and on complete selection it auto deselects the seats in the sequence the selection is made.

Skills tested:

  • Angular: Used to build the app
  • CSS: Used to styles
  • Rxjs: To track the seating selection.

Future Stories:

  • As a user one should be able to select the row and columms.
  • A seating grid should be generated based on selected row and columns.
  • Now user should be able to block the seats and it will be displayed in gray and confirm the selection.
  • Post confirmation user should be able to play with the the newly generated grid with preblocked seats.