-
Notifications
You must be signed in to change notification settings - Fork 1
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
Improve documentation for developers #116
base: master
Are you sure you want to change the base?
Conversation
|
||
1) model : datastructure that defines a process closely tied to official law and regulation texts, and which is expressed as related actions in which an actor attends to a need for an object expressed by another actor as interested party and can solve this need by denoting the action as been taken which is only possible if the preconditions are met. It defines at least the following attributes | ||
### Model |
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 would be good with removing some stuff here and linking the document you wrote above. They largely have the same content right?
c0421d9
to
20dbdb2
Compare
Kudos, SonarCloud Quality Gate passed!
|
dda3db8
to
3a1ef50
Compare
Kudos, SonarCloud Quality Gate passed!
|
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 don't know if you would want to merge this yet, I think it's ready, with the one comment and the caveat that PROJECTION is not on master yet.
{ | ||
"acts": [ | ||
{ | ||
// Act that creates the '[aanvraag]' fact |
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.
Are these to be filled in? If not, using jsonc as highlighting should render them nicely
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.
There's a typo here. used the retrieve
This PR is an attempt to improve the documentation for developers in how to create a FLINT data model. The planning is that it will contain a basic overview of a model and a more in depth overview of all available
expressions
that can be used.