Currently, I am working on a challenging request in regards to implementing a button in the dashboard, which will only be available to one person named Noa.
Every day, Noa should approve the date that appears in the dashboard. The approval should send a signal of “Approved date” so the other users could watch the dashboard as well.
I understand how to do the permissions and row level security quite well.
In order to trigger the API, I need advices on how the approval date will be sent into the web.
Two challenges stand in the way of the button navigating into the URL:
How will the button only be visible to Noa?
What is the process for sending the date she approved to the web? Is it possible to make it happen with one click, without the need to write the approval date inside the web?
Thanks in advance!
Noy