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

151 scheme rights form #180

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open

151 scheme rights form #180

wants to merge 20 commits into from

Conversation

njkim
Copy link

@njkim njkim commented Jan 9, 2025

No description provided.

@chrabyrd
Copy link
Contributor

@njkim when able, could you rebase this? Looks like there's a lot of leakage from Johnathan's work.

@njkim njkim force-pushed the 151_scheme_rights_form branch from b889521 to 79a9a92 Compare January 22, 2025 19:33
Copy link
Contributor

@chrabyrd chrabyrd left a 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 👍

Comment on lines 37 to 44
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";
Copy link
Contributor

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() {
Copy link
Contributor

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">
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants