Skip to content
update march dev plan authored by Michael Ritter's avatar Michael Ritter
......@@ -26,7 +26,7 @@ To display progress we can use the moon emojis since at the moment we don't have
### Ingest
* Add config with production profile
* Add config with production profile - **Mike**
* Needed for DB initialization
* Don't want to execute schema and data scripts when we start the application
* Need something to ensure either an admin user gets created
......@@ -35,7 +35,7 @@ To display progress we can use the moon emojis since at the moment we don't have
* Can use thymeleaf as our templating engine
* Display users/nodes, and their replications
* The [webapp][1] from the dpn project can serve as an example for getting started
* Update how we create test data
* Update how we create test data - **Mike**
* Already have a separate profile 'development' which creates some mock data
* We can further break this apart in case we only want to test some parts
* 'test-bags', 'test-tokens', etc. Each would get it's own bean.
......
......