I have a list and a detail page, and that works so far.
I have already built forward and back into the detail page so that I can scroll to the previous entry or the next entry.
Now I would like to do the following on the detail page:
- Insert notes and save them in a table
- Specify a rating and save them in a table
- Be able to send 3 different emails and save them in a table
Then scroll to the next page and also see the rating + notes + emails
Is this already usable with the current state of development?