Skip to content
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

A user can search for events. #1

Closed
24 tasks done
ansonhwo opened this issue Jan 10, 2017 · 0 comments
Closed
24 tasks done

A user can search for events. #1

ansonhwo opened this issue Jan 10, 2017 · 0 comments

Comments

@ansonhwo
Copy link
Owner

ansonhwo commented Jan 10, 2017

  • Add logo to the landing page
  • Add search bar to the landing page
  • Add flavor image & caption to landing page
  • Add event results area
  • Create eventinfo table with event detail columns
    • id (serial)
    • title (non-null, varchar)
    • host (non-null, varchar)
    • desc (varchar)
    • attendees (int)
    • costlower (int)
    • costupper (int)
    • starttime (datetime)
    • endtime (datetime)
    • longitude (float)
    • latitude (float)
    • address (string)
    • image (string)
  • User can search for events using a search bar
  • Send user search query to backend using fetch
  • Retrieve rows from eventinfo database
  • Send query results back to frontend
  • Convert event start time strings into a readable format
  • Generate event info cards based on returned search query results

Basic Landing Page
image

List of results layout
image

ansonhwo added a commit that referenced this issue Jan 11, 2017
ansonhwo pushed a commit that referenced this issue Jan 11, 2017
@ansonhwo ansonhwo changed the title A user can search for featured events. A user can search for events. Jan 13, 2017
ansonhwo pushed a commit that referenced this issue Jan 15, 2017
ansonhwo pushed a commit that referenced this issue Jan 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants