Current Status

10/29 Complete Analytics database and Interaction CLI

  • Container now safely spins up with an exposed ssh server and Postgres db
    • Depending on where this gets ultimately stored, this could make it super easy to access for quick checks
  • Built a lightweight CLI interface to interacting with a remote database at Manager CLI Repository
    • Allows users to check if db is active, the admins, and a basic info printout
    • Script separates superusers from users so it can be spread to more people later on
    • This lightweight CLI could allow us to have a reallllly cheap server to manage in hosue data where all we care about is serverside security
    • TODO: Integrate whatever db co-founder builds for app backend
    • TODO: Build private distribution curl link with user/superuser discression
  • Brought in the demo AI recommendation system (mostly a smart filter atm) to the analytics repo and the main app repo

10/27 - Started in house analytics db and dev scripts

  • Dashboard README.md
  • Containerized a PostgreSQL db with suit of control scripts
  • Some custom micro-clients and micro-apis started
  • Kind of broke plotting but I think it's just an annoying HTML issue...
  • Front end container is ready
  • Back end container is ready for SSH tunnel for remote demo live analytics with async queries

10/27 - Basic in house analytics interface built

  • Live Analytics interface updated, includes toggle-able series and runway calculator
  • Linked the Analytics class object to call methods from interactive terminal
  • Analytics class new features:
    • Represents datasets on Chebyshev basis over [-1,1], rescaled to original
    • printDB shows all columns
    • void.model plots any dataset against any other from the DB
    • modelDeriv plots the derivative, can be taken recursively (tested on cubic function)
Live Analytics

Random Data

Random Data Derivative

10/24 - Front end updates and stripe integration

  • Added live analytics
  • Added messaging
  • Integrated Stripe into the profile

10/22 - Initial progress dump

  • React Native app scaffolding with Social API endpoints (no key linkings yet) → TODO: centralize storage in MongoDB
  • Initial custom live analytics dashboard with interactive console
  • Main project hosted in GitLab for sophisticated CI/CD tools
  • Firebase authentication with MongoDB setup ready to host on Render.com
  • Wireframe flowcharts

The Analytics Dashboard presents a simple live plot of data stored in a SQL database:

https://github.com/DOWingard/Analytics-Dashboard

Analytics Dashboard

The Pitch Deck:

https://www.canva.com/design/DAG2Shr5ZnA/omh515O8PKpyGZHoWszDSA/edit?utm_content=DAG2Shr5ZnA&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton

Pitch Deck

We have a wireframe flowchart.

https://www.canva.com/design/DAG163H576E/yCYNMUNHgk7_46nTFuwNyA/edit?utm_content=DAG163H576E&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton

Wireframe Flowchart

10/12 - Came up with idea and started building...