Skip to content

Instantly share code, notes, and snippets.

View WesGlassmeyer's full-sized avatar

Wes Glassmeyer WesGlassmeyer

View GitHub Profile
https://github.com/WesGlassmeyer/Portfolio
!!!!!!!!!!need link to live site!!!!!!!!!!!
@WesGlassmeyer
WesGlassmeyer / gist:eab91f8860daf5965a71af2ffc7ec968
Last active June 10, 2021 22:40
BJJ Sparring Tracker Finalize Capstone
BJJ Sparring Tracker
https://bjj-sparring-tracker.vercel.app
client repo - https://github.com/WesGlassmeyer/bjj-sparring-tracker
api repo - https://github.com/WesGlassmeyer/bjj-sparring-tracker-api
@WesGlassmeyer
WesGlassmeyer / gist:60f9ef1602f77947fc8669b31a04268c
Created June 8, 2021 01:42
BJJ Sparring TrackervFeedback and Iteration
Nick Lombardi - would like to see more versatility in the stats page. I have future plans to modify the stats page but not for this release.
Pat Glassmeyer - Thought the buttons could be bigger. I tried to make the buttons larger for older users
Alicia Glassmeyer - Was very off put by the styling. I have not addressed this considering this is the first iteration. I tried to make decent responsive styling.
BJJ Sparring Tracker
https://bjj-sparring-tracker.vercel.app
client repo - https://github.com/WesGlassmeyer/bjj-sparring-tracker
api repo - https://github.com/WesGlassmeyer/bjj-sparring-tracker-api
https://bjj-sparring-tracker.vercel.app
https://github.com/WesGlassmeyer/bjj-sparring-tracker
Nick Lombardi - would like to see more versatility in the stats page.
Pat Glassmeyer - Thought the buttons could be bigger.
Alicia Glassmeyer - Was very off put by the styling. I have not addressed this considering this is the first iteration.
As a new user I want to be able to demo the product without creating an account.
As a new user I want to be able to create an account and login.
As a returning user I want to be able to login to my account.
As a returning user I want to be able to add sparring sessions to the tracker.
As a returning user I want to be able to track wins and losses by point or submission.
As a returning user I want to be able to track submission types that the user executed or tapped to.
As a returning user I want to be able to upload videos of sparring.
As an administrator I want to be able to moderate all public content.
As an administrator I want to be able to manage user accounts.
As an administrator I want to view reports on site activity.
@WesGlassmeyer
WesGlassmeyer / gist:b717937acda568e685bc239e0bcd53eb
Created April 16, 2021 02:58
BJJ Roll Tracker Capstone Proposal
In BJJ (Bazilian Jiu Jitsu) we do a lot of sparring. This app would help you track the specifics of your sparring sessions.
That data can then be used to assist in the users development and improvement over time.
@WesGlassmeyer
WesGlassmeyer / SQLDrills.md
Last active March 14, 2021 18:27
SQL Drills

In these drills, you'll practice executing basic CRUD (create, read, update, delete) operations in the psql shell.

Before you get started, download this SQL data dump. Create and populate a new database using the data dump (make sure to update the path with the location where you saved the file):

psql -U dunder_mifflin_admin -d restaurants-app -f ~/Downloads/nyc-restaurants-data-backup.sql

Take a moment to get familiar with this new database. You can use \dt+ to see a list of public tables and \d <TABLENAME> to see a description of those tables.

@WesGlassmeyer
WesGlassmeyer / gist:a9adb217bca7184bf11d956976cefc65
Created February 7, 2021 17:03
BJJ symposium static version
The name of my app is BJJ Symposium.
https://bjj-symposium.wesglassmeyer.vercel.app/
https://github.com/WesGlassmeyer/bjj-symposium
Alicia Glassmeyer indicated she thought there should be a hamburger/accordian navigation tool to be able to get back to the landing page.
Nick Lombardi indicated he thought there should be a view filtration function for the community favorties page.
Mockflow Wireframe
https://wireframepro.mockflow.com/editor.jsp?editor=off&publicid=M15ab784e4aed11c1b57b723c2b3e5e941610917955960&projectid=M49af4b4ae9208f5f57c5a9fc16647e501602549971711&perm=Owner
Screen Names:
- landing page:
- user flows: continue to main page
- main page:
- user flows: user searches for videos
user selects a video to view -- video page