Coder Social home page Coder Social logo

client-project's Introduction

Growth Operators

Table of Contents

Description

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.

Built With

Get Started

Prerequisites

Before you get started, make sure you have the following software installed on your computer:

Installation

  1. Fork the repository
  2. Copy the SSH key in your new repository
  3. In your terminal type... git clone {paste SSH link}
  4. Navigate into the repository's folder in your terminal
  5. Open VS Code (or editor of your choice) and open the folder
  6. In the terminal of VS Code run npm install to install all dependencies
  7. Create a .env file at the root of the project and paste this line into the file:
  8. Create a database named next_level in PostgresSQL If you would like to name your database something else, you will need to change next_level to the name of your new database name in server/modules/pool.js
  9. 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.
  10. Run npm run server in your VS Code terminal
  11. Open a second terminal and run npm run client

Usage

Once everything is installed and running it should open in your default browser - if not, navigate to http://localhost:3000/#/.

Deployment

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:

  1. Go into the user router
  2. Uncomment the route
  3. Push changes and redeploy app
  4. Register User
  5. Comment out the route back in VSCode
  6. Push changes
  7. Redeploy

Known Issues

Assessment Form:

  • Number labels on progress bar, ratings scale do not line up exactly
  • Need some conditional functionality for un-selecting radio button tags
  • Inputs no longer allow for typing
  • Header not showing company name properly

Assessment Review: -Showing all buckets, even when input is empty/out of scope

See Report: -Some styling/layout issues -Showing all buckets, even when input is empty/out of scope

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.

client-project's People

Contributors

laheavey avatar ellusionism avatar katiestairs avatar adambergstrom138 avatar ibrah100 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.