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

Implement tab in the descriptions of the Files app and remove dsv folder from the project #60

Closed
20 of 38 tasks
vitormattos opened this issue Feb 17, 2021 · 2 comments
Closed
20 of 38 tasks
Labels
frontend Frontend task

Comments

@vitormattos
Copy link
Member

vitormattos commented Feb 17, 2021

Implement in VueJS everything in the dsv folder and revmove this folder.

Suggested scenarios:

Scenario: See LibreSign in Files

  • Given I'm on Files
  • And I see a PDF file
  • And I access the details of this file
  • Then I see a LibreSign tab

Scenario: Request sign

  • Given I'm on the LibreSign tab
  • And I see inviting people to sign
  • And I fill in with email from someone who is not on Nextcloud
  • And I see the person's email
  • And I click on the person's email
  • And the person is added to a list
  • And I can define a description of the file for this person
  • And I can search for someone else to add
  • And I'm looking for someone who's already on Nextcloud
  • And I see the person’s name
  • And I add this person
  • And I define the name of the file to be signed
  • And I click on request sign
  • And the list is sent to the API with the file id
  • Then I see "Invitation sent successfully"

Scenario: File details with pending signature

  • Given I'm on the LibreSign tab
  • And I’ve already asked people to sign
  • And file has not yet been signed by anyone
  • Then I see a list of these people and a button to remove a subscription request for someone.

Scenario: One person signed

  • Given I'm on the LibreSign tab
  • And someone already signed
  • Then I must see in the list of who should sign that this person has already signed

Scenario: Everyone has already signed

  • Given I'm on the LibreSign tab
  • And everyone has already signed
  • Then I should see everyone with the mark of who signed and the date they signed

Scenario: I need to subscribe

  • Given I'm on the LibreSign tab
  • And I have to sign
  • And I see a field to enter the subscription password
  • And fill in the password
  • And I click subscribe
  • And some password field
  • And I see the status as signed
  • And I see the date that the file was signed
  • Then I must see: File successfully signed

Estimate: 40h

@vitormattos
Copy link
Member Author

vitormattos commented Apr 11, 2021

Close #159

@vitormattos vitormattos changed the title Remove dsv folder Implement tab in the descriptions of the Files app and remove dsv folder from the project Apr 28, 2021
@vitormattos
Copy link
Member Author

@LibreSign/developer I added the possibility to request a subscription using nodeId, #212. Useful for requesting a file signature from the Files app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Frontend task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants