Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/r21gh/airplaneseatreserve

Simplest online airplane seat system
https://github.com/r21gh/airplaneseatreserve

airplane docker gin golang passenger seats

Last synced: about 1 month ago
JSON representation

Simplest online airplane seat system

Awesome Lists containing this project

README

        

### airplane seat reservation

#### Description
1. Define the dimension of the
matrix that will represent seating arrangement.
Example: Input: Rows: 10, SeatsPerRow: 6

2. Select or input a seating assignment
randomly in the matrix or in sequence for a passenger:
Example: Input: Row: 3, Seat: 2, Occupied: true

3. Search for a seat number
by inputing the sequence of seat assigned.
Example:
Input: 3 (means 3rd seat assigned)
Output: 6F (depending on what part/coordinate in the matrix{seating arrangement}
the 3rd passenger was assigned.)

###### environment variables :
- PORT