Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Landing page #30

Open
wants to merge 25 commits into
base: main
Choose a base branch
from

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    d0ec733 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Update CODEOWNERS (#27)

    clarktr1 authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    b2b6154 View commit details
    Browse the repository at this point in the history
  2. DSD4-5 Origin/jonathan romain patch 1 (#28)

    * DSD4-5 Add github username to CODEOWNERS
    
    * DSD4-5 Add github username to CODEOWNERS
    
    * DSD4-5 Add github username to CODEOWNERS
    Jonathan-Romain authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    a6ea013 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e62a29c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    3a419ab View commit details
    Browse the repository at this point in the history
  2. added folder strucutre for cohort2 (#33)

    Co-authored-by: Austin Akers <[email protected]>
    allaboutmike and BboyAkers authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    9dc7f04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5159ed0 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    8063ea3 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    e459c1f View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. [DSD4-8] Express server backend starter (#37)

    * Installed expresss starter API package
    
    * Updated eslint TS config root directory.
    em-ess authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    3bc10cc View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. [DSD4-16] Added tRPC dependencies to client and server (#40)

    * [DSD4-16] Added tRPC dependencies to client and server
    
    * [DSD4-16] Added tRPC dependencies to client and server
    
    * [DSD4-16] Added tRPC dependencies to client and server
    Jonathan-Romain authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    65cc61c View commit details
    Browse the repository at this point in the history
  2. Origin/jonathan (#41)

    * [DSD4-16] Added tRPC dependencies to client and server
    
    * [DSD4-16] Added tRPC dependencies to client and server
    
    * [DSD4-16] Added tRPC dependencies to client and server
    
    * Removed package.json and package-lock.json from root
    Jonathan-Romain authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    e6b6478 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    94b8653 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    27b36be View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. CONVI-22 Create Sequelize Connection (#44)

    * adds server schema, seeds, and db config
    
    * adds auto_increment to primary keys
    
    * adds schema and auto increment and deletes config file
    
    * adds URL to env
    
    * adds test connection for sequelize
    
    * adds sequlize test connection with no plain text credentials
    clarktr1 authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    3475c61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    303c0b4 View commit details
    Browse the repository at this point in the history
  3. [CONVI-23] Create user and event models (#45)

    * Ran npm update
    
    * Created user model. Added sequelize-typescript dependency.
    
    * Created User and Event model.
    em-ess authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5511a01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90753eb View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    9a6f3f7 View commit details
    Browse the repository at this point in the history
  2. [CONVI-23] Create user and event models (#45)

    * Ran npm update
    
    * Created user model. Added sequelize-typescript dependency.
    
    * Created User and Event model.
    em-ess authored and ajmccraw committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    c0f4db6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a398d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0010e7f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. [CONVI-20] tRPC init. Added trpc User management calls. (#46)

    * Added type: module to package,json. Changed module to esnext and added module resolution: node to tsconfig
    
    * Created userRouter calls with test data. Added trpc init to app.ts. Merged routers to appRouter in app.ts.
    
    * Created trpc file. Changed import locations for appRouter.
    
    * Created trpc.ts
    
    * Added timestamps:false to models. Ran npm lint.
    
    * Removed user_id from routers/user.ts. Adjusted variables for calls due to lint issues.
    em-ess authored Jul 23, 2023
    Configuration menu
    Copy the full SHA
    a3507b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    400a1b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    5e7caf8 View commit details
    Browse the repository at this point in the history