OHDSI / Atlas

ATLAS is an open source software tool for researchers to conduct scientific analyses on standardized observational data
http://atlas-demo.ohdsi.org/
Apache License 2.0
258 stars 126 forks source link

Generate UI Default Behavior #2828

Closed chrisknoll closed 14 hours ago

chrisknoll commented 1 year ago

Expected behavior

Before the update, people were used to seeing all datasources so they could scroll through a list to find source to generate on

Actual behavior

Now it is in a paged table, so people have to click next-next-next or type in each specific source (in filter) to navigate to Non-GENERATED sources.

Steps to reproduce behavior

Go into an environment with many sources (we have 73) and navigate to the 72nd one in the list.

Potential solutions

For backwards compatibility, it seems it should be showing all records in the table by default. For flexibility, maybe we need an Atlas config param (in config-local.js) that lets each site set their own 'default page size' of the generation list so that those that like 10 per page can set it to 10, others that like all can set 100.

anthonysena commented 14 hours ago

This can be controlled through configuration and closing this out.