Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Feat: Added first modules for stat neigh page, LA sns table is working in the stat neigh dev app mod. Updated current year mod to handle long and wide data * Feat: Added stats table to stat neigh mod * Feat: Added multi choice charts to stat neigh mod, as well as MAJOR input function that shares inputs between charts * Feat: Adding focus bar chart to stat neigh mod and dev app mod * Feat: Stat neigh page added to ui and server * Fix: Missing stat neigh chart input UI, now back in * Chore: Roxygen comments for stat neigh table mod * Chore: Roxygen comments for stat neigh charts mod * Styles: Setting dropdown options in multi-choice chart inputs so that the dropdowns overlay * Fix: stat neigh metadata was pointing at region page * Fix: LAs with no SNs not being handled correctly in stat neigh logic * Chore: More efficient stat neigh chart input * Chore: Trying to workout reactivity issue in stat neigh chart inputs * Tests: Updated la charts test for new LA inputs selector name * Chore: Stat neigh navset in ui had same id as region * Chore: Updating logic of the dependency between chart inputs in Stat neigh plots * Fix: Chart input dependency no longer looping in stat neigh due to delay with later * Chore: Adding error plot to deal with no data cases (such as Cumberland having no data and no SNs) * Chore: Changed x-axes to not overlap and edited all ggiraph widths to be 8.5 so labels fit * Chore: No longer card within a card in Regional, some minor sorting of card layout too, more needed * Chore: No longer card within a card in Regional, some minor sorting of card layout too, more needed * Chore: Updated shared inputs logic in stat neigh dev app, could spend some time figuring out simplest logic * Tests: Updated la charts screenshots * Chore: Attempt to deal with sidebars in multi-choice charts * Chore: Move stat neigh dev scripts into seperate folder in dev/ * Feat: Started logic for all LA table * Tests: Updated la screenshot tests * Feat: Added basic code logic to create all LAs LA and Region table, also updated calc_diff so set Values to NA * Feat: All LAs now in a dev app, updated dfeshiny, new css to hide reactable headers and minor improvements * Feat: Using chart title as table header in all LA dev app * Feat: Setup module script for all LA and module dev app * Feat: Working all LA module, some effort to try and improve widths of table headers, not much luck * Feat: All LA modules added to main app * Chore: Increasing min width of dfe reactable columns so headers fit better * Feat: Added download tables feature in all LA dev app * Feat: Download now has option to be csv or xlsx, how Cam suggested * Feat: Download data moduled addedto all la mods * Chore: Adding roxygen comments for all LA mods and download mod * Chore: Roxygen comments for new fns and linting * Chore: Added roxygen comments for All LA fns that filter the table ready for region or LA * Feat: Added downloads to LA level tables * Chore: Removing download data option from stats table LA * Feat: Can download static ggiraph charts * Feat: Download name appears correctly (slight lag when changing topic) * Chore: Removed reactivity from generate_csv and renamed to be more appropriate for wide range of files * Chore: Updated download module so download_name param pastes together inside fn * Fix: Updating download data server modules with new download_name parameter handling * Feat: Can save ggiraph at standalone html with full interactivity * Feat: Now able to download line chart as html with interactivity from the app * Feat: Added bar chart download in for LA level, also fixed reactivity issue within download due to use of reactive values * Tests: Fixing tests for new updates to code, including donwload logic which needs to not be placed last in a server or is returned * Fix: Trying to sort out order of sort in reactable, messy but working * Chore: Removed custom pretty_num fn and replaced with updated dfeR pretty_num * Chore: Updating reactable formatting fns, applied to all LA page * Chore: Updated reactable fromatting cols for LA lvl page * Feat: Adding new reactable formatting to region page, also playing around with card display with main and stats table * Feat: Adding new reactable formatting to stat neigh page, also playing around with card display with main and stats table * Fix: Adding dfeR prefix to pretty_num fn in pretty_num table * Chore: Adding div well back to region stats table * Chore: Updating linting
- Loading branch information