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

[QA] add tests for new template for WebOffice #11811

Open
5 tasks
nirajacharya2 opened this issue Oct 22, 2024 · 0 comments
Open
5 tasks

[QA] add tests for new template for WebOffice #11811

nirajacharya2 opened this issue Oct 22, 2024 · 0 comments
Assignees
Labels

Comments

@nirajacharya2
Copy link
Contributor

nirajacharya2 commented Oct 22, 2024

ocis has various template files for OnlyOffice and Collabora.

#11775
#11750

User story: owncloud/ocis#9785

As a user I want to create a document by clicking on a template file so that I can use the templates from a shared folder.

Acceptance Criteria

  • click on a template file eg. letter.ott creates a new writable document letter.odt, new document gets opened
  • Supported file formats:
  • Must:
    • DOTX
    • OTT
  • Nice to have:
    • XLTX
    • POTX
    • OTS
    • OTP
  • the document gets implicity saved to the users personal space: letter.odt; [Name of template].[corresponding ext]
  • filename collisions are implicitly solved: letter (1).odt
  • provide the location of letter (1).odt so that clients can show a notification where the file got stored (in personal)

Test cases:

  • create file from template
    • create file via context menu
    • create file via sidebar panel
    • create file clicking the template file
    • create multiple files from same template (check suffix)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant