Dear community, has any group here developed a custom tab in Atlas? As in, a new button on the left main panel where the buttons “Search,” “Concept Sets,” “Cohort Definitions,” etc. are. Imagining a scenario where you wish Atlas could do something, but it doesn’t, so you decide to build it yourself.
I searched but couldn’t find any post (links are appreciated!). Specifically I am wondering about:
How deeply versed in Atlas’ source code (as well as WebAPI’s) one has to be,
unforeseen complications found along the way,
any kind of warning before deciding on such a project.
i do not have atlas but i have achilles. it looks like some framework exported the web into raw html and bunch of javascript. some jquery (yuck) and d3.
once you cleared the knowledge burden, adding a tab is not a task that hard. however, without that knowledge it could be very confusing and that could be a few hundred of hours of knowledge ahead.