Cody's branch#30
Merged
Merged
Conversation
The main changes in my Branch are with main.py. I am in the process of implementing Duo functionality, but it is not complete yet.
Right now, I implemented part of CAS authentication, however, because our project is not yet 'whitelisted', CAS will not work 100% correctly and will not send back information to our project. To fix this, I created a DEV login button just so we can login ourselves (albiet unsecured) for testing purposes. We will remove this dev login for the final project.
I added a very basic, barebones version of a heatmap to the project. More locations needed to be added to the project accordingly.
I added a version of PostGIS into the project. The project now references a SQL database for location and user info
I added separate map views for mobile and desktop users. THIS EDIT WAS INSPIRED BY KASHVI'S BRANCH.
This change takes inspiration from David's branch. I have added more attributes of each location.
I took inspiration from Kashvi's front-end and made the project look much nicer. I also took inspiration from her idea to add "check-in" and "settings" tabs
Just made a minor pytest correction.
Fixed a Pytest Error!
…heck into Cody's-branch
I removed the unneeded, separate Mobile App folder. We only need one seat-check project folder for both desktop AND mobile deployment.
Updated the Root Project Readme
I added Kashvi's multi-armed bandit variant selection, impression/conversion logging, and dynamic button styling/text. I also improved how images were stored and rendered on the explore page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed the README.