read-write-web / rww-scala-js

Generic SoLiD application
Apache License 2.0
10 stars 3 forks source link

edit button determined by WAC #6

Open bblfish opened 9 years ago

bblfish commented 9 years ago

The edit button should only be enabled on resources that have write access. IE. each page should know its access mode.

bblfish commented 9 years ago

But one should have a way to edit resources and save edits somewhere else. Find out how SoLiD does that. ( for later )

bblfish commented 9 years ago
bblfish commented 9 years ago

Question: are the HTTP headers not enough? LDP requires a server to specify what Methods (GET, PUT, PATCH, DELETE, etc ) the resource supports. But: