-
Notifications
You must be signed in to change notification settings - Fork 0
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
151 scheme rights form #180
base: main
Are you sure you want to change the base?
Conversation
@njkim when able, could you rebase this? Looks like there's a lot of leakage from Johnathan's work. |
b889521
to
79a9a92
Compare
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.
looks pretty good so far, just a few things 👍
export const LANGUAGE_CONTROLLED_LIST = "55ce793b-a51a-4b25-811d-d08ea797f8c3"; | ||
export const LABEL_CONTROLLED_LIST = "deb847fc-f4c3-4e82-be19-04641579f129"; | ||
export const STATUSES_CONTROLLED_LIST = "2cc0e054-ef9b-41ae-8e86-e0c3b4e7ca00"; | ||
export const METATYPES_CONTROLLED_LIST = "ef69e772-de53-45fe-98d4-bf3e7b10eb57"; | ||
export const EVENT_TYPES_CONTROLLED_LIST = | ||
"6eaa2c6f-af83-464c-9200-051c4cfe7e8e"; | ||
export const RIGHT_TYPE_CONTROLLED_LIST = "1c950e16-3fcf-4f33-9e5e-ce5c6c992cca"; | ||
export const NOTE_CONTROLLED_LIST = "aba2a0b4-75a4-45ba-8b57-021f3ca92a6a"; |
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.
we're trying to avoid hardcoding UUIDs on the frontend. Are you able to use a different pattern for this?
} | ||
} | ||
|
||
async function getSectionValue() { |
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.
can this be refactored or split into multiple fucntions?
todo | ||
</SchemeReportSection> | ||
<div> | ||
<div v-if="!mode || mode === VIEW"> |
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.
Is there a reason this section is divided by mode? Shouldn't it just be an arg fed into sub components, or am I missing something?
No description provided.