Skip to content

Instantly share code, notes, and snippets.

@kyle-miho
Last active April 24, 2018 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyle-miho/392c92bece7192f90a49cf1353948761 to your computer and use it in GitHub Desktop.
Save kyle-miho/392c92bece7192f90a49cf1353948761 to your computer and use it in GitHub Desktop.
Page Template Collection
Collections
Name
- empty string
- symbols
- XSS
- longer than the maximum allowable number of characters
* need to check if there is a max
- duplicates
- UTF8 encoded characters
- valid string
Description (where can we actually see the description applied?)
- symbols
- XSS
- longer than the maximum allowable number of characters
* need to see if there is a max
- UTF8 encoded characters
- valid string
Process
- save changes
- cancel changes
Functionality
- add
- single collection
- multiple collections
- edit (which is really rename)
- delete
- single collection
- multiple collections
- cannot delete collection w/active fragment(s)
- configure permissions
- view results (only card view available currently)
- display style
- icon (card) view
- descriptive view
- list view
- sort
- by created date
- by name
- search (check w/Search team to see what we should consider searching, or how much we need to test searching)
- by collection id
- should return collection
- by name
- should return collection
- by sub-entity (template)
- should it return the parent collection?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment