Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Implement Create Proposal component #48

Closed
Tracked by #22
Naureen1lightcurve opened this issue Mar 15, 2023 · 0 comments · Fixed by #65
Closed
Tracked by #22

Implement Create Proposal component #48

Naureen1lightcurve opened this issue Mar 15, 2023 · 0 comments · Fixed by #65
Milestone

Comments

@Naureen1lightcurve
Copy link
Contributor

Description

The Create Proposal component should allow the users to enter all the mandatory and optional information to create a new proposal.

Acceptance Criteria

  • All inputs should be blank as default.
  • All input information should be passed validation.
    • Author: required, maximum chars maximum
    • Title: required, maximum chars maximum
    • Summary: required, 500 chars maximum
    • Description: required, 102400 chars maximum
    • Discussions to: 200 chars maximum
  • Implementation should be unit tested.
  • Test if all elements are loaded successfully
  • Test if validations work correctly
  • Test if all navigation works correctly
  • The component should be visually tested using browser inspection for accuracy of text and color schema.

Additional Information

The Ui/UX design is here: Implement Perform Create Proposal

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

Successfully merging a pull request may close this issue.

2 participants