8 Commits

Author SHA1 Message Date
9c989b0d8e
chore(git): add IDE helpers to gitignore
IDE Helpers are not meant to be executed, only analysed by the IDE. Therefore, they shouldn't be included at all.
2022-08-23 02:03:22 +01:00
2295d31245 fix: also ignore app.js' license file 2022-03-05 23:21:24 +00:00
c84ffc2518 chore: remove webpack-generated files
This commit removes JS and CSS files dynamically generated by Webpack & Mix, as they must be built for each unique environment during the app's installation process.
2022-03-05 23:16:33 +00:00
96aa01b9c6 Recent changes 2020-11-02 21:44:05 +00:00
bca6020ab0 Add ability to edit forms and add new fields
This commit adds the ability to edit and modify existing forms.
On the technical side, it also adds a new reusable validation Facade which helps reduce duplicated code.
2020-07-15 06:48:49 +01:00
b5e6a4a94b Added Outstanding applications page
This commit also includes Chart.js for the whole project using Webpack. It also updates NPM packages to support ChartJS, and suppresses locale.js warnings from Webpack builds.
Gitignore removes the webpack bundle file since that file should be built each time dependencies/js code are modified.
2020-05-01 05:42:19 +01:00
3bd773e2d3 Added main page
This commit adds the main page (incl. breadcrumbs), a license file, a contact form (with recaptcha) and a captcha config file.
2020-04-27 07:28:00 +01:00
f80e9fcba0 First commit 2020-04-26 05:09:32 +01:00