Skip to content

njmaeff/web-104-final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web 104 Final Project - Above and Beyond

Above and Beyond is a mobile app designed to help employees track progress, set financial targets, and track achievements. The employee may use this information during performance reviews to help negotiate and achieve their goals.

Design

The mobile app will use the react framework for the user interface and Cloud Firestore for data storage. The app will be secured using Firebase Auth and the firebaseui library.

The user interface will use a minimal color scheme highlighting essential components.

Cloud Firestore uses collections and security rules to enforce permissions. Every document is related to an employer and role, so we will make sub-collections under these categories.

<!-- roles -->
/user/{UserID}/employers/{employerDocs}/roles/

<!-- ratings beneath an employer and role -->
/user/{UserID}/employers/{employerID}/roles/{roleID}/rate/

<!-- reviews underneath an employer and role -->
/user/{UserID}/employers/{employerDocs}/roles/{roleID}/reviews/

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published