This application simulates the process of passing the plate and the communion elements with a variety of arrangements of saints in the pews, in order to explore various rules-of-thumb and see how they work out. Most of the responsible decisions in the code reside in the deacon and saint models, based on information provided by the pew models. As this develops, it should allow for a variety of deacon models trying different approaches and saint models providing the deacons with interesting opportunities and challenges. Hopefully, this should also be a lot of fun.
You will need the following things properly installed on your computer.
git clone https://github.com/lupestro/deacon.git
this repository- change into the new directory
pnpm install
pnpm start
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate
for more details
pnpm test
pnpm test:ember --server
pnpm lint
pnpm lint:fix
pnpm ember build
(development)pnpm build
(production)
Deliver the contents of the dist
tree to the website.
0.1.0 - April 9, 2017 - Finished initial YUIdoc documentation support. Cleaned up existing unit tests. - November 22, 2017 - Updated to Typescript - February 19, 2018 - Prepared for deployment on site - May 28, 2018 - Version bump 0.2.0 - November 28, 2019 (Thankgiving Day) - Upgraded to 3.14, Octane stem to stern, and using typedoc.
- Come up with strategies for deacons to apply.
- Unit tests for models, since this is where the change is going to be focused.