Xalgorithms / rm-functions

https://rm-functions.netlify.app/
GNU Affero General Public License v3.0
1 stars 0 forks source link

Data descriptive labels and field names MUST match the "Guide to Field Names" (...fix the Guide if necessary) #9

Open jpotvin opened 3 years ago

jpotvin commented 3 years ago

In https://xalgo-rm-components-sample-application.netlify.app/editor we have Input: Contexts Jurisdictions Country Jurisdiction Sub-Country Jurisdiction

But in https://xalgo-system.herokuapp.com/apps/rm/editor/353f82b7-c52d-4539-bade-872f54ca4512 we have Input: Contexts Data Sources Jurisdiction Sub-Jurisdiction

In the Guide to Field Names I specified the following use-friendly questions: WHERE AND WHEN THIS RULE IS ASSERTED TO BE "IN EFFECT" What is the country jurisdiction of the organization or person declaring this to be a rule? What is the state/province/territory/region jurisdiction (one level below the 'country') of the organization or person declaring this to be a rule?

... and the fieldnames would be called: INPUT.CONTEXT
jurisdictions.country jurisdictions.subcountry

jpotvin commented 3 years ago

Also "Name & Description" shows up in an odd place before the "Start Date". (The label "Name & Description" should be removed from there.) And "End Date" is mis-labelled as "Start Date" Where does the text "Standard Role Name" come from?

...all in all, non-conforance to the Guide to Field Names makes the logic of the form hard to use.

millenniallglyphs commented 3 years ago

I made some changes for today, but we should come back to this + determine a strategy for managing all the labels, hints, heuristics, etc.