Code Monkey home page Code Monkey logo

foodapp's People

Contributors

dependabot[bot] avatar doyom123 avatar drewwent avatar drewwentka1 avatar melmey avatar mittal-aman avatar tuckerpo avatar

Watchers

 avatar  avatar

foodapp's Issues

Beta testing - submit button in log-in page of the web

I think there might be a minor bug about the submit button on the home page/login page of the web. Seems like every time I click the button it would refresh and become a new page, so if I click the submit button 10 times, I would need to go back 10 times to the original page before I enter the web.

Fix login bug

Fix bug where user can login with incorrect credentials

Setup yelp api

Register app on yelp and setup up get token to make api calls

[CSE442] Onboarding #1

If a user is new to the database (i.e. is a new registered user), and all of their input is valid, assign them a session cookie right then and there instead of redirecting them to log-in after registering.

Access to our site modules outside of log-in and register are blocked unless a user is properly assigned a session cookie, and currently a user is only assigned a session cookie if they log-in, not register. But we want registering to also count as a one-time log-in to reduce redundancy.

To get an idea of how to do this, take a look at the session assignment middle-ware and code in server.js

This is a lot easier than it sounds. If you have questions, hit our Ryver channel.

Could not connect to registration page

Hi,

I had a strange bug while beta testing that suddenly I can't reproduce. I signed on to the site and tried to register, but clicking the "don't have an account, register here" button kept redirecting me to the page I was already on. After a few clicks, however, I waited a few seconds and now the button works every time.

I don't think there's much you can do about this unless you can reproduce it yourselves. It's also very trivial, but I wanted to make sure you guys knew about it.

Best of luck with the remainder of your semesters!

[CSE442] Onboarding: Add color toggle to 'Attend' button

When the user is listed as attending an event or joins an event by clicking on the 'Attend' button, the button should be toggled to red. If the user unattends the event, the button should no longer be red.

This can be done by adding/removing the class 'red' to the button as shown here: https://semantic-ui.com/elements/button.html
This needs to be done in two places.

  1. When the page first loads, check to see if any of the buttons' text is 'UNATTEND'. If so add the class 'red' to the button.
  2. In click event handler for '.attend'. When the user clicks on the 'ATTEND', 'red' should be added. When the user clicks 'UNATTEND', 'red should be removed.

Both of these can be added the the script section at the bottom of the file 'views/pages/events.ejs'.

[CSE442] Onboarding: Making homepage more interactive and a dropdown for search options

1.Adding a background image for the homepage to make it look good .
2.If a user is new to the website and want some suggestion to search for food,we can add a drop down menu with a list of around 10 famous food option to select from ,for the user to make a search on those options.
3.If this seems easy a submit feedback button can also be added for the which can be linked to a google docs form for the user to leave feedback about the I'm hungry website.

This can be done by img src tag to add the background image.To add the dropdown menu a ui dropdown class can be used.And to add the button a ui button class can be used to make a button and to link it the google docs form , a href tag can be used.

If you have questions, hit our Ryver channel.

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.