-
Notifications
You must be signed in to change notification settings - Fork 163
Prototype Review: Nameless #299
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
Open
jaltamiranobello
wants to merge
141
commits into
deadroxy:master
Choose a base branch
from
jaltamiranobello:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Nafisa's merge
Added new line
Testing branch
Showing Nafisa
Test pull request for group repo.
Creating a stub for the station class.
Generated controller and views for Users class
Created User Model and User Migration
…esn't actually update database yet
…pdate those values from the edit user information view
…ngs page rather than having a filler in page with repetiive information
…ser info; this is linked on main page
… page rather than the filler in between page with redundacies
Trip controller, model, and basic veiws.
… pull the updated from Devise branch
…en pulling from the devise branch
…en pulling from the devise branch
… pull the updated from Devise branch
Attempt 2 to include the devise changes into master
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.
Instructions for Setting Up Dev Environment:
Description of Prototype Functionality:
The prototype starts with a homepage that details information about Valet Bike such as what the service is and how it works. Users are then either redirected to the registration page or log in page depending on their choice. The login page is for returning users who have already registered and they will then be redirected into our main page. The registration page allows new users to input their information and create an account to utilize the key features of Valet Bike. When a user is logged into their account they will be redirected to the main page. In the main page users are able to view a map of the region in which Valet Bike offers services. They also have the option to be redirected to the account page by clicking the link in the top left that says “My account”. In the account and settings page users are able to modify their personal information such as first name, last name, email address, and password as long as they confirm with their current password. They can also delete their account if they no longer wish to utilize their Valet Bike account. They also have the option to logout if they are done with their session. Additionally the main page has some features that are still under development such as the ability for users to select a station and then book a bike as well as the ability for users to view their current run time of their trip after checking out a bike. Additionally the account and settings page also has some features under development such as the membership button and the trip history button- currently both buttons have a default link to be redirected to as we continue to implement those functionalities.
Under Development:
Walkthrough Steps: