This is the repository for the TIPPERS Occupancy App, an application used for analyzing occupancies using the TIPPERS Api across UC Irvine's campus. This was developed by primarily by Lasse Nordahl with assistance from Tristan Jogminas for Authentication/Deployment improvements.
The TIPPERS Occupancy App is a create-react-app application and is run through the same steps.
Download the repository
Run npm install
inside the repository
Configure the application to utilize the correct endpoints through:
- Changing the
REACT_APP_BASE_URL
in .react to point to your TIPPERS Api. - Changing the
REACT_APP_OBSERVATION_ID
in .react to be the observation type foroccupancy
values on the TIPPERS Api. - Changing the
REACT_APP_BASE_ENTITY
in .react to be the id of the entity that will serve as the root of your application.
Run the application using ./react start [configuration case (dev, uci, etc)]
Build the application using ./react build [configuration case (dev, uci, etc)]
The TIPPERS Occupancy App is built to utilize the TIPPERS Semiotic API for realtime and historical occupancy tracking of different IoT spaces. Data for different entities can be exported using the data analytics panel to a CSV. Take a look below to see different functionalities of the app.