natkalia / pizzeria-portal-kodilla-18.2

React/Redux project (in progress)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development

Local URLs accesible thanks to yarn start

TODO's / known bugs

  • add cancel buttons to new order, new booking, new event
  • add redux and API communication to all other views than Waiter
  • upgrade dashboard - not intuitive solution now, and add more statistics calculated dynamically
  • change implementation for status change to new order (ordered) in Waiter and TabelsRedux to make it work once form is submitted
  • refactor/shorten repeating code in Tables (row.tableX)
  • note const axiosURL = `${api.url}/api/${api.tables} in tablesRedux.js: I added api and this will be probably necessary also for other cases in the future, think if it is ok orif I could refactor this differently for all cases at once

About

React/Redux project (in progress)


Languages

Language:JavaScript 72.0%Language:CSS 16.8%Language:HTML 11.1%