Skip to content
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

[portal] Create "dictionary" of terms in the provider portal #390

Open
rhinodavid opened this issue May 23, 2020 · 1 comment
Open

[portal] Create "dictionary" of terms in the provider portal #390

rhinodavid opened this issue May 23, 2020 · 1 comment
Labels
⏸ Status: On Hold Addressing this issue later

Comments

@rhinodavid
Copy link
Member

Add a section to the (non-existent) "About" page on the portal which defines terms used in the portal. I'm specifically thinking about "Service Provider" at the moment, but we could also define "Admin", "Super Admin", and new terms as the project expands ("Community Champion").

My idea for this is to commit the definitions to source control instead of creating a database record. It could just be a json file like

[{
   term: "Service Provider",
   definition: "<maybe some markdown?>"
}]

Then the Sapper App should parse it to make a section of the site.

Note: I DO NOT think we should need one of these for the client. Everything there should be clear enough to understand without reading a dictionary.

@jacobvenable
Copy link
Member

@rhinodavid What is the intent of these definitions? Do you foresee our providers needing these definitions to understand the provider portal? Could this be mitigated via research in #395 and other pages of the portal?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⏸ Status: On Hold Addressing this issue later
Projects
None yet
Development

No branches or pull requests

2 participants