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

Custom XLSForm uploads should have required fields injected automatically #1634

Closed
spwoodcock opened this issue Jul 7, 2024 · 1 comment
Closed
Labels
backend Related to backend code effort:medium Likely a day or two enhancement New feature or request priority:high Should be addressed as a priority

Comments

@spwoodcock
Copy link
Member

Is your feature request related to a problem? Please describe.

  • Current we require users to extend from our existing XLSForms, as there are some mandatory fields / rows.
  • This isn't very clear in the docs.

Describe the solution you'd like

  • Users can upload any XLSForm and we handle adding mandatory fields.
  • We could have a stub xlsx with the fields that we append to the start of the custom form by merging xlsx, prior to conversion.
  • Alternatively this could be injected in the XML after conversion (harder).

Additional context

Regardless of the approach, we need to improve docs.

@spwoodcock spwoodcock added the enhancement New feature or request label Jul 7, 2024
@spwoodcock spwoodcock added the backend Related to backend code label Jul 7, 2024
@spwoodcock spwoodcock added priority:high Should be addressed as a priority effort:medium Likely a day or two labels Jul 18, 2024
@spwoodcock
Copy link
Member Author

Dup of #1722

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to backend code effort:medium Likely a day or two enhancement New feature or request priority:high Should be addressed as a priority
Projects
Development

No branches or pull requests

1 participant