Giter Club home page Giter Club logo

googleplex's Introduction

Hi, I'm Sam Mohr! (a.k.a. S'mores)

I'm a software developer and ergonomic keyboard designer.

Here are some of my keyboard designs:

More designs can be found in my repos if you're curious.

My dotfiles repo can be found here.

googleplex's People

Contributors

liantr avatar smores56 avatar sroyhong313 avatar

Watchers

 avatar  avatar

googleplex's Issues

Adding New Lists

  1. User Story: As a registered user, I want to add a new bestseller list so that others can
    Scenario 1: A registered user selects a list of the correct format to upload
    Given a registered user is on the upload list page;
    When the user clicks on the “Add a new list” button, they should be given directions to “Upload list from <device, google drive, website?>”, and the user selects a list to upload with the correct format, adds tags the list and clicks the “Upload” button;
    Then the system adds the list to the database of lists to be approved by premium users

Scenario 2: A registered user selects a list of incorrect format to upload
Given a registered user is on the upload list page;
When the registered user clicks on the “Add a new list” button, they should be given directions to “Upload list from <device, google drive, website?>”, and the user selects a list to upload with the incorrect format, adds tags the list and clicks the “Upload” button;
Then the system does not add the list to the database and the user is given an “Incorrect file format” error.

Scenario 3: A registered user decides to not upload a list
Given a user is on the upload list page;
When the user clicks on the “Add a new list” button, they should be given directions to “Upload list from <device, google drive, website?>”, and the user decides not to upload a list and hits the “Cancel” button;
Then the system returns the user to the previous page.

Log In/Registration

  1. User Story: As a user, I want to register with the Best Seller List application so that I can access its features.

Scenario 1: A new user wants to register.
Given the user is on the registration page and has not already registered;
When their name, email and password is entered and register button pressed;
Then this user is added to the list of valid users.

Scenario 2: A user has already registered (but has forgotten that he/she has done so)
Given the customer is on the registration page and has already registered;
When their name, email and password is entered and register button pressed;
Then an error message is displayed that the email is already in use.

Scenario 3: A user changes their mind about registering.
Given the customer is on the registration page;
When the cancel button is pressed;
Then the customer is not added to the list of valid users and they are returned to the home page.

  1. User Story: As a registered user with the Best Seller List application, I want to log in to the application so I that I can access its features.

Scenario 1: A registered user forgets his/her password.
Given the registered user is on the login page;
When the user clicks on “Forgot Username or Password?”;
Then the system sends the user a link to reset their password.

Scenario 2: A registered user enters the correct username and password
Given the registered user is on the login page;
When the user enters their username in the “Username” field and their password in the “Password” field, and the username and password entered are correct, and the user clicks the “Login” button;
Then the user is logged in.

Scenario 3: A registered user enters the incorrect password
Given the registered user is on the login page;
When the user enters their username in the “Username” field and their password in the “Password” field, and the username and password entered are incorrect, and the user clicks the “Login” button;
Then the user is not logged in, and a message that says “Incorrect username or password. Please enter the correct username and password.” is displayed.

Searching Lists

  1. User Story: As a registered user with the application, I want to look up information on a certain book, author, or bestseller list so I can learn more about it.

Scenario 1: A registered user wants to look up more information about a specific book and the book is in the database.
Given the user is on the main page;
When user clicks on the search bar, selects “Books” from the dropdown menu, types in the title of the book and presses enter;
Then the system brings the user to that book’s page, if it has the book in the database, so that the user can find more information about the book.

Scenario 2: A registered user wants to look up more information about a specific book and the book is not in the database.
Given the user is on the main page;
When user clicks on the search bar, types in the title of the book and presses enter;
Then the system shows books or authors that have similar names, because it cannot find the book the user wanted.

Scenario 3: A registered user wants to look up more information about an author in the database.
Given the user is on the main page;
When user clicks on the search bar, selects “Authors” from the dropdown menu, types in the name of the author and presses enter;
Then the system brings the user to that author’s page if they are in the database, otherwise it brings them to a “Not Found” page.

Scenario 4: A registered user wants to look up more information about a bestseller list in the database.
Given the user is on the main page;
When user clicks on the search bar, selects “Lists” from the dropdown menu, types in the name of the list and presses enter;
Then the system brings the user to that list’s page if it is in the database, otherwise it brings them to a “Not Found” page.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.