Skip to content

Releases: Capping-CPCA/Web-App

0.1.5

18 Oct 19:41
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release

Created a page permission config file to store all of the route permissions.

Additions

  • Page authorization on routing
  • Page permission config file

Deletions

  • Removed Role from bootstrap and made separate file
  • Authorization functions for individual pages

0.1.4

18 Oct 14:06
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release

Completed the initial design of the reports pages. All pages are populated with fake data.

Additions

  • Monthly report (UI only)
  • Quarterly report (UI only)
  • Half-year report (UI only)
  • Custom report (UI only)

Deletions

N/A

0.1.3

17 Oct 14:11
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release

The current version of the code is now displayed in the page's footer.

Additions

  • Version number in footer
  • Global VERSION constant

Deletions

N/A

0.1.2

17 Oct 13:37
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

Live search allows a context-specific drop down to appear in a text field to show possible database entries. The goal is to provide a sneak peek to the search and if it will return any values. The user can click on an entry in the drop down and search by that value.

Additions

  • Live search on participant management
  • Generic liveSearch() that can be used on any page

Deletions

N/A

0.1.1 - Database Config

09 Oct 16:39
Compare
Choose a tag to compare
Pre-release

The database configuration is now managed by the core/database/db_config.ini file. See the Add Database User Password section of the wiki to see what the file should look like https://github.com/Capping-CPCA/Web-App/wiki/Server-Set-Up.

0.1 - Initial Release

06 Oct 15:27
Compare
Choose a tag to compare
0.1 - Initial Release Pre-release
Pre-release

This is the first version. From now on, when you merge a pull request, please create a new release. Change the second number for smaller changes, like bug fixes and small features, and the first number for big changes. If the app is not ready to deploy, mark the release as a pre-release.