Skip to content

Latest commit

 

History

History
66 lines (61 loc) · 1.87 KB

todo.md

File metadata and controls

66 lines (61 loc) · 1.87 KB

StarTrader Frontend Todo

Templates

  • transactions table
    • create table
    • fetch data from DB and populate the table
  • homepage
    • latest ships
    • ships by class
  • ship card
  • ship page
    • image
    • ship primary info
    • ship secondary info
    • seller info card
    • edit ship button for own ships
    • figure out what's happening with link to look at seller of ships
  • user profile page
    • profile card at top
    • for sale ships
    • all history
    • when go to user/own-id redirect to /profile
  • navigation
    • mobile optimize
    • user profile dropdown
      • logout button
      • link to user profile page
  • footer
    • lock to bottom of the page
  • 404 page
  • Add ship page
    • form where user adds specific things
      • infobox that presents all the information about the ship type
  • login page
    • form for login
    • logic for DB call and login working
  • sign up page
    • form for login
  • modify listing page
    • note: just take same form from add listing and autofill the data from GET 1
    • UPDATE BUTTON: then have a PUT 1 route
    • REMOVE BUTTON: have a DELETE 1 route
  • modify profile page
    • same as create profile, just autofill data
    • make fetch w DB work
  • Loading component
    • improve on what there is now
    • make modular component
  • ShipResults
    • add loading component
  • user image
    • selects user image based on species

stretch goals

  • add force points
  • add light side and dark side themes

modular utility components

  • make select/option (NOTE: i think i can steal whatever is on the arwes play site)
  • make radio buttons into a component
  • modal

Make more responsive

  • quick search buttons
  • Nav bar