-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EPP-52 Setting up dev environment #1
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good clean repo to start with. Left you comment on a couple of things to check, but happy to approve
const env = process.env.NODE_ENV || 'production'; | ||
|
||
module.exports = { | ||
PRETTY_DATE_FORMAT: 'Do MMMM YYYY', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if 'Do' is correct, could you check, I'll update the skeleton repo as well if that is wrong
"accessible-autocomplete": "^2.0.4", | ||
"bl": "^6.0.12", | ||
"busboy": "^1.6.0", | ||
"hof": "^20.5.6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think latest hof is 21.1.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work, I added small suggestions, that won't preclude the merging.
@william-gu-hof
@@ -0,0 +1,4 @@ | |||
{ | |||
"header": "HOF epp", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to figma the correct header for this page is "Explosive precursors and poisons licensing"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need a template for the caseworker email?
@@ -0,0 +1,48 @@ | |||
{ | |||
"name": "hof-epp-form", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please verify if the name of the app needs to reflect the name of the git repository or hosting platform name
{ | ||
"name": "hof-epp-form", | ||
"version": "1.0.0", | ||
"description": "Simple standard form made using HOF", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"description": "Simple standard form made using HOF", | |
"description": "Explosive precursors and poisons", |
What?
EPP-52 - Create dev environment
Why?
How?
Testing?
Tested on local machine
Screenshots (optional)
Anything Else? (optional)
Check list
here is an example commit