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

Add Template #363

Open
1 task done
Tracked by #287
andrei-manda opened this issue Aug 20, 2024 · 0 comments
Open
1 task done
Tracked by #287

Add Template #363

andrei-manda opened this issue Aug 20, 2024 · 0 comments
Labels
enhancement 🚀 New feature or request web-app

Comments

@andrei-manda
Copy link

andrei-manda commented Aug 20, 2024

User Story

As a user, I want to create contract templates, so that I can efficiently and easily generate volunteer contracts.

Description

This feature enables users to create contract templates for volunteers. The page is divided into three sections: Header, Body, and Footer.

The Header section includes a text containing key details about NGO such as the official name, address, CUI, the name of the legal representative, and their role within the organization.

The Body section contains the contract terms, featuring a text field, an "Add Text" button, and a hyperlink.

The Footer section includes the NGO's name, the legal representative's name, and empty fields for the volunteer's information and, if applicable, the legal representative for volunteers under 16.

All three sections collectively form the contract, which is displayed as a unified preview.

Actors

  • Web Users

Preconditions

  • User must be logged in and have navigated to the 'Template-uri' tab

Main Flow (create template)

  1. User clicks the "Creeaza template" button to start creating a new template.
  2. The system displays the 'Creeaza Template' page, divided into Header, Body, and Footer sections.
  3. The system auto-fills the Header and Footer sections with the organization's data.
  4. In the Preview Panel, the user can hover over highlighted text to view a tooltip.
  5. User clicks the 'Adauga text' button from the Body section.
  6. The system opens a modal with a rich text editor.
  7. User enters the contract terms and clicks 'Salveaza modificarile' button.
  8. The system updates the Body section with the entered text.
  9. User clicks the 'Salveaza' button.
  10. The system saves the template and redirects the user to the 'Template-uri' page.

Business Rules

  1. The contract template must maintain a structure with a Header, Body, and Footer.
  2. The Header and Footer sections inputs should be prefilled with the NGO data present in the NGO Hub application.
  3. The Header and Footer sections inputs must be disabled.
  4. The Body section must display an "Editeaza text" button when content has been added.

Acceptance Criteria

  1. The rich text editor should provides a full range of formatting options (bold, italic, underline, alignment, lists, etc.).
  2. Clicking the "Editeaza text" button in Body section should open the content in a modal for modifications.
  3. The contract template can be successfully created and saved after completing all steps.
  4. The 'Vezi profilul organizatiei' hyperlink must redirect user to the NGO Profile in NGO Hub application.
  5. The 'Afla Mai Multe', 'Trimite feedback-ul tau,' and 'contract de voluntariat' hyperlinks must direct users to the correct URLs, which will be provided at a later time.

Additional Information

  • Figma references:
    • Add Template Page: here
    • Add Terms Modal: here
@andrei-manda andrei-manda changed the title Create Template Add Template Aug 20, 2024
@andrei-manda andrei-manda added enhancement 🚀 New feature or request web-app labels Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🚀 New feature or request web-app
Projects
None yet
Development

No branches or pull requests

1 participant