As mentioned in #137 - I was unable to figure out how to dynamically populate the participants table when the ngb-tabset was changed to the participants tab. Currently the table is loaded when the user clicks on the 'Load Participants' button above the filter textboxes. It is desirable to have the table populate automatically either when the tab is changed to "Participants" or when the modal is opened to create a new study. Once that has been implemented, the "Load Participants" button can be removed.
Work Estimation
Overall I estimate this to be a small issue as ultimately it is simply streamlining the functionality of a button press into a tab change, however this seemed fairly difficult to do with the current ngb-tabset (especially as the table needs to be loaded after the tab has been changed which means the ngb-tabchange event can't be used. I suspect someone familiar with Angular 4 would be able to implement this feature fairly easily.
Feature Request Information
As mentioned in #137 - I was unable to figure out how to dynamically populate the participants table when the ngb-tabset was changed to the participants tab. Currently the table is loaded when the user clicks on the 'Load Participants' button above the filter textboxes. It is desirable to have the table populate automatically either when the tab is changed to "Participants" or when the modal is opened to create a new study. Once that has been implemented, the "Load Participants" button can be removed.
Work Estimation Overall I estimate this to be a small issue as ultimately it is simply streamlining the functionality of a button press into a tab change, however this seemed fairly difficult to do with the current ngb-tabset (especially as the table needs to be loaded after the tab has been changed which means the ngb-tabchange event can't be used. I suspect someone familiar with Angular 4 would be able to implement this feature fairly easily.