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

feat: org uni group forms #479

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

feat: org uni group forms #479

wants to merge 3 commits into from

Conversation

flaminic
Copy link
Contributor

@flaminic flaminic commented Jan 7, 2025

No description provided.

@flaminic flaminic changed the title Org uni set forms feat: org uni set forms Jan 7, 2025
Copy link

netlify bot commented Jan 7, 2025

Deploy Preview for dhis2-maintenance-app-beta ready!

Name Link
🔨 Latest commit a743d7b
🔍 Latest deploy log https://app.netlify.com/sites/dhis2-maintenance-app-beta/deploys/677ceffa19e809000897b014
😎 Deploy Preview https://deploy-preview-479.maintenance-app-beta.netlify.dhis2.org
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@flaminic flaminic changed the title feat: org uni set forms feat: org uni gopup forms Jan 7, 2025
@flaminic flaminic changed the title feat: org uni gopup forms feat: org uni group forms Jan 7, 2025
ModelTransferField,
} from '../../../components'
import { SECTIONS_MAP } from '../../../lib'
import { DataDimensionField } from '../../dataElementGroupSets/fields'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's some unused imports here.


generateDefaultEditFormTests({ componentName: 'Organisation unit group' })

xdescribe('Organisation unit group edit form additional tests', () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo?

Suggested change
xdescribe('Organisation unit group edit form additional tests', () => {
describe('Organisation unit group edit form additional tests', () => {

</StandardFormField>
<StandardFormField>
<FieldRFF
component={CheckboxFieldFF}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed that it seems like the label/clickable area for CheckboxField spans the entire width of the form. This is of course not something introduced in this PR. But may be something we want to take a look at? The easiest solution is to add display: flex to StandardFormField , I think? But we've also talked about removing the need for the StandardFormField-wrappers, and instead add gap to StandardFormSection.

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.

2 participants