A mobile responsive full-stack web app for reserving a module on the Mars human colony.
Stars
0
Forks
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
28
commits
Minor formatting of ReservationResource GET method
e9d110c
Implemented DELETE method in our REST API
3ca3986
Implemented PUT method in our REST API
fcbeef0
More documentation for our classes and methods
f6e4b23
Added code documentation for JavaDoc
0efdc07
Refactor entities names
de49706
- Bug fixed, null references for id
8639f4b
Unit Testing
fd3a294
Bind the front-end Reserve Module Request to
a68c0d3
- Bind our UI with Back end thought a JS constructor
30c2797
Added persistence layer
3afb15b
Return a pageable list of rooms:
85d2ffc
Created a converter that will convert a ModuleEntity
918dabd
Added persistence layer:
2642403
- Added on-click action to reserve module by passing the module id
cd137c9