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

Refactor editing ux #110

Draft
wants to merge 66 commits into
base: newsetup
Choose a base branch
from
Draft

Refactor editing ux #110

wants to merge 66 commits into from

Conversation

sneridagh
Copy link
Member

@sneridagh sneridagh commented Jul 26, 2024

Bugs:

  • form title and description are not rendered
  • Choice and Multiple Choice fields:
    • can't enter choices (currently pressing Enter propagates outside the modal)
    • can't validate input (currently the choices aren't in the schema in the format expected by the Python jsonschema validator)
  • make all the captcha widgets work (currently only honeypot does)
  • fix failing tests (mostly related to captchas)
  • fix lint errors

Cleanup:

  • remove old form block
  • rename packages

Features:

  • custom (preset) fields
  • thank you / confirmation settings
  • field types
    • render Multiple Choice as checkboxes
    • Single Choice
    • Time
    • Numeric
  • mailer features
    • Administration Info
    • Fixed Attachment
    • Template

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.

7 participants