Add ash framework #22
Labels
No labels
bug
duplicate
enhancement
help wanted
high priority
invalid
L
low priority
M
medium priority
needs refinement
question
S
UX research
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: local-it/mitgliederverwaltung#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ash-setup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I wanted to integrate this before working on CI to prevent unnecessary changes in the CI setup later on.
This only adds the basics of the ash framework:
spark/admin(this does not work yet because we don't have any resources defined)It's easy to add more ash components later using
mix igniter.install, e.g.mix igniter.install ash_money.Testing instructions
The project should work as before by executing
just runin a terminal while having postgres running in another terminal. There's a newjust reset-databasecommand you can try. It should remove all data and set up a new database from scratch.Works for me and looks fine
What part of the code/configs is generated and which is manually created? What is the command to generate it?
All changes in this PR were generated using this command: