This app, working title 'Growth Operators', is designed to assist Growth Operators in centralizing their workflow, improving user experience and streamlining documentation for consultants. The team at Growth Operators asked us to build a tool for them that would make their assessment & presentation process (known as nextLevel) both lighter and leaner. The resulting product enables them to seamlessly create & access client information, review and edit assessment details, and access dynamically created presentations and reports.
- CSS3
- HTML5
- Javascript
- React
- React Redux
- Redux Saga
- Node.js
- Reveal.js
- Chart.js
- PostgresQL
- Bootstrap
- Figma
Before you get started, make sure you have the following software installed on your computer:
- Fork the repository
- Copy the SSH key in your new repository
- In your terminal type...
git clone {paste SSH link} - Navigate into the repository's folder in your terminal
- Open VS Code (or editor of your choice) and open the folder
- In the terminal of VS Code run
npm installto install all dependencies - Create a
.envfile at the root of the project and paste this line into the file: - Create a database named
next_levelin PostgresSQL If you would like to name your database something else, you will need to changenext_levelto the name of your new database name inserver/modules/pool.js - The queries in the database.sql file are set up to create all the necessary tables that you need, as well as a dummy data table to test the app. Copy and paste those queries in the SQL query of the database. If this is going to production, leave out the dummy data.
- Run
npm run serverin your VS Code terminal - Open a second terminal and run
npm run client
Once everything is installed and running it should open in your default browser - if not, navigate to http://localhost:3000/#/.
Login Credentials for Heroku have been provided in the hand off document.
If you need make changes you wish to push to the deployed app, you must login, go into the next-level section, go to the deploy tab, and then manually deploy. You can reconfigure this to redeploy automatically if you wish, which is on the same page.
Environment variables are kept on Heroku in the Settings tab, just click the Reveal Config Vars button
To set up the DB, we used Postico, just plug the information from Heroku into a new favorite. The Information for this can be found in the Resources tab, by clicking the Postgres add on. From there it will bring you to a new page where you will go into the settings tab and click view credentials.
If you'd like to create new users (also a hacky way to change password) you must:
- Go into the user router
- Uncomment the route
- Push changes and redeploy app
- Register User
- Comment out the route back in VSCode
- Push changes
- Redeploy
Assessment Form:
- Number labels on progress bar, ratings scale do not line up exactly
- Need some conditional functionality for un-selecting radio button tags
See Report:
- Nonfunctional. Appears to have been hardcoded and never adjusted.
See Overview:
- Bucket tabs lack icons, additional styling needed.
- No 'bucket' graphs on each tab; only showing Overview graph, which takes in ratings from all buckets.
- The Strength/Opportunity and Quick Fix/Fire Drill tags are swapped/incorrectly placed, compared to the assessment and presentation
See Presentation:
- Additional styling needed.
- Several slide components commented out due to semi-functionality and lack of styling.
- Agenda items 1 & 2 are swapped.
- The data for the charts on the 6 bucket slides are not getting the data properly.