MisterTJB / Colenso-Project

A web application providing access to documents forming the Colenso Project – a repository of New Zealand letters encoded with TEI
0 stars 0 forks source link

Implement [another feature] #10

Closed MisterTJB closed 8 years ago

MisterTJB commented 8 years ago

Write and implement your own scenario

MisterTJB commented 8 years ago

Suggestion: the specification makes no mention of a delete operation, though the other CRUD operations are supported. Although implementing delete may not be an impressive feature, it is a) probably expected, given that document driven applications usually support delete, and b) necessary in the sense that errant documents are likely to be uploaded and will need to be removed.

Importantly, users often find workarounds to these sorts of issues that quickly become part of the routine workflow; adding fundamental features whose omission would be glaring is probably more important at this stage than adding 'extra' features

MisterTJB commented 8 years ago

Added delete in e3a30c6