- Add link on climate action guide in link.yml file (#268).
- Remove link on climate action guide in link.yml file (#266).
- Update link on climate action guide in link.yml file (#262).
- Update link to Data paper in text.yml file (#261).
- Remove a link from welcome.yml file.
- The columns
co2_footprint
andco2_avg
are now gone (#246).
- Dockerfile and app.R are now more simlar to tiltWebToolData (#241).
run_app()
gainsuser_name
(#240).
- Use renv (#238).
- Use a link to a 'Feedback' form (#236).
- Add placeholder for second video (#233).
- Add a link to tilt-redirect (#232).
- Polish style for consistency (#228).
- Update content under 'Climate Action Guide' (#226).
- Update tab 'Method' (#225).
- Update welcome.yml > card3 (#224).
- Add 'SME' (#223).
- Rename tab to 'Welcome' (#222).
- Update password (#221).
- Update the tab 'Welcome Page' (#212).
- Move Method to its own tab (#209).
- Move Climate Action Guide to its own tab (#207).
- Update the text under "Methodology" (@AnneSchoenauer #204).
- Add link to the methodology document (#197). It automatically republishes when changes are made.
- Remove the "Disclaimer" tab (#201).
- New section 'Climate action guide' (#200).
- The "Welcome" tab now includes Introduction and Methodology videos (@AnneSchoenauer #198).
- Add text explaining the dictionary (@AnneSchoenauer #198).
- Replace the place-holder video with the "Online training" (@AnneSchoenauer #190).
- The theme now uses
font_scale = 1.5
(#182).
- Use latest dictionary (#181).
- Implement selector 'indicator' (#180).
- Implement selector 'grouping*' (#165).
- Replace value "all" by ".". Reserve "all" for the literal value in the
grouping*
columns (#175).
fmt_title()
now handles multi-word strings (#177).
- Implement selector 'scenario' (#166).
- Add value "all" to relevant selectors (#175).
- Implement selector 'year' (#173).
- Implement selector
country
(#172).
- Add authors.
- Polish the website's reference (#163).
- Prune data/ (#162).
- New credentials to access toy data (User Name: toy, Password: toy) (#161).
- New minimal toy data with real column names (#160).
- Make version a bit smaller.
- Move app's version to the login page (#143).
- Show row number. This helps the users know if they are seeing all the data that matches their selection criteria (#154).
- The possible number of rows are now clearly defined by the range of the input slider (#153).
- Remove the "db" explorer. This was a temporary developer-oriented feature to "see" the app's file system.
- Improve performance and expectations: Cache requests and notify the user to hold on (#147).
- Remove the weight selector (#146).
run_app()
is now exported.
- The data is now stored as a parquet dataset (#145).
User-facing:
- Update selectors (#142):
- New selector for 'Number of rows'.
- New selector to match specific companies by name.
Internal:
- Remove dependency on the package DT.
- Remove 'Indicator' selector (#141).
- Password-protection is now for the entire app (#136).
- Private data is now password-protected (#136).
- The logo is now correctly displayed (#128).
- Use logo with transparent background (#124).
- In the navigation bar replace 'tilt' with its logo (#122).
- Link license from 'Request data' (#114).
- Align menu to the right.
- Enable deployment both in a Docker container and also on Google Cloud Run.
- No longer deploy toy shinyapps.io (#104).
- Add Dockerfile.
- The nav-bar now links to the 'tilt' methodology (#78).
- The download link is now shown only after registration and consent (#94).
- Replace the download button with a link to the download page (#98).
- The disclaimer page now also links to a CC- license (#97).
- Use tilt's colors and fonts (#91).
- Embed a short video explaining what's tilt (#88).
- The word 'tilt' now links to tilt's website (#87).
- Add required text via inst/config.yml (#79).
- Add bslib layout so we have space to add the required text (#75).
- The app no longer includes plots (#76).
- Allow changing theme, colours, fonts, etc. on the fly (#74).
theme_tiltplot()
is now retired from the public API (#72).
- Deploy to shinyapps.io with
r-version: 'renv'
for maintenability.
- Deploy to shinyapps.io with R 4.4.0 to avoid Unsopported R version 4.4.1.
- The 'Weight' selector now has a more detailed label (#27).
- Move app version to the end.
- Use minty bslib theme.
- The dictionary is now read from the source GoogleSheet when we build the app, not when the user runs it. This makes the app snappier (#55).
- Use tilt theme (#62).
- The app now shows the version of tiltWebTool (#53).
- Update PR checklist.
- Remove examples left-behind in R/.
- Remove dependency on tiltPlot to simplify deployment.
- New bar plot when user selects emissions data at product level, showing all benchmarks (#26).
- The app now deploys to production only if staging looks OK (#33).
- Download filtered by indicator and level.
INTERNAL
- New helpers for developers to conveniently browse to the app and dictionary.
INTERNAL
- New UI helpers.
INTERNAL
- New helpers to work with the dictionary.
- The app now has a dictionary, powered by the
dictionary()
function in the package (#31).
- The app now includes toy datasets that can be filtered by indicator, level, and weight from interactive controls, and then further from the filter box that the table provides (#13).
- The app now has the input-selectors that are general valid. For now it avoids
handling selectors that need some logic (e.g. if "emissions" use do this, else
do that). We can start by offering complex filters via the filter box of
DT::datatable()
.