|
Revision 1210, 0.8 kB
(checked in by jm3, 2 years ago)
|
== basic functionaliy completed: ==
* auto-forward back to logical index view (without JS)
* clean URLs
* create lists (with auto-focused text input field to pass the OWD test)
* delete lists
* create items (with auto-focused text input field to pass the OWD test)
* create list items with embedded HTML
* complete items
* delete items
* make a list public : private
* basic operation is flash-less and javascript-less, so it works on phones
* public lists have unique, open, and clean URLs
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> <lists authid="61b055b9cd5d402e74f88d29f39655a3"> <personal> <list id="22343" name="loftwerk" count="3" priority="0" done="false" owner="codeswami" privateshares="0" sharing="true"/> <list id="23913" name="junks" count="0" priority="1" done="true" owner="codeswami" privateshares="0" sharing="false"/> <list id="23914" name="jonks" count="0" priority="2" done="true" owner="codeswami" privateshares="0" sharing="false"/> <list id="23917" name="foo" count="0" priority="5" done="true" owner="codeswami" privateshares="0" sharing="false"/> <list id="23918" name="foo" count="0" priority="6" done="true" owner="codeswami" privateshares="0" sharing="false"/> <list id="23919" name="foo" count="0" priority="7" done="true" owner="codeswami" privateshares="0" sharing="false"/> </personal> <shared> </shared> </lists> |
|---|