Use Case Diagram (Updated)
User Case Diagram has been updated to reflect the changes in the Scene Development Requirement.
User Case Diagram has been updated to reflect the changes in the Scene Development Requirement.
Scene application is divided into three layers: client, web server, and database server. The web server provides Restful API where multiples client can make HTTP requests using the standard HTTP verbs (GET, POST, PUT, and DELETE) to update resources in the database. The web server runs on Nodejs which provides a lightweight and efficient platform for real-time data-intensive applications. MongoDB… Read more →
The Database Schema Diagram shows different entities in SCENE app and their relationships. Some information such as Leaderboards results and and QR images will not be stored in the database because they will be computed by the application on the fly to reduce burden on database server.
Below is the use case diagram that shows a high level overview of users interactions with SCENE app. The diagram will be updated as application requirements and specifications change.