Skip to content

Refactor applications form questions rendering method #561

@juancwu

Description

@juancwu

Description

Currently some of the questions are rendered using a for loop and parts of the form is handle by a separate component Profile. Let merge these parts and render the form questions directly in the page without the use of a for loop or separate components such as Profile.

Example of how the new for should look like: https://github.com/KonferCA/SpurHacks-Dashboard/blob/main/src/pages/apply.page.tsx

Files related to this ticket:

  • src/pages/Application/Application.page.tsx
  • Everything under src/components/forms/

Blocked by

If this feature is blocked by another issue, list it here.

Checklist

Before submitting this ticket, make sure this ticket:

  • Is labelled properly - if this is a refactor, add the label!
  • Has the correct project assigned to it.
  • Has an assigned milestone.

And lastly:

  • Once someone picks up this ticket, make sure to assign it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestfrontendRelated to the frontend of the project

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions