Open harutyungrigoryan opened 7 years ago
To create ingredient use: http://localhost:8080/ingredient/create. After submission you will show saved ingredient id in the url (http://localhost:8080/ingredient/show/1). You can change 'show' to 'edit' and you will be redirected to the edit page for ingredient with id '1' (http://localhost:8080/ingredient/edit/1).
Flow for dishes is the same (http://localhost:8080/dish/create).
Now we need to: 1) Fix dish and ingredient forms styles (width, height for inputs and submit buttons) 2) Fix admin panel content:
To create ingredient use: http://localhost:8080/ingredient/create. After submission you will show saved ingredient id in the url (http://localhost:8080/ingredient/show/1). You can change 'show' to 'edit' and you will be redirected to the edit page for ingredient with id '1' (http://localhost:8080/ingredient/edit/1).
Flow for dishes is the same (http://localhost:8080/dish/create).
Now we need to: 1) Fix dish and ingredient forms styles (width, height for inputs and submit buttons) 2) Fix admin panel content: