This commit is contained in:
2020-01-09 20:18:39 +00:00
parent 7fd5a22e22
commit 794df54fd8
2 changed files with 11 additions and 5 deletions

View File

@@ -17,11 +17,12 @@ REQUIREMENTS
Client
- Client needs to tell the server which form of list is required, i.e. it's client window size when fetching a list
- viewport="XS" I think would be sufficient
Server
- Server needs to accept a parameter from the client when a grid list is fetched that tells it if it needs to send a single column templated list
- viewport="XS" I think would be sufficient
- Grid lists need to know what their template is as more than one list might use the same template?
Back AND front end