I am designing an app in Oracle Apex and I need help implementing a concept. Basically, I want to open a timeline with the important dates I have marked for a specific object when it is selected.
Example: If I am talking about real estate construction X, I want the timeline to be able to show the start date, foundation date, construction survey, and completion date. If it is construction Y, I want it to do the same, but with its own dates.
Here are some additional details about the concept:
The timeline should be interactive, allowing users to navigate between different dates and view additional information for each date. The timeline should be customizable, so that I can add and remove certain filters
I have a few ideas about how to implement this concept, such as adding CSS or HTML to my page, but I would appreciate any feedback or suggestions you may have.
Thank you for your time!