Hi Denis,
On 30 Sep 2015 at 09:49:28, Denis Gervalle (dgl(a)softec.lu(mailto:
dgl(a)softec.lu)) wrote:
Well, I have not yet look in details the new
features for page
manipulation, but I was wondering if there will be a simple way to delete
application data without deleting the application itself with the model
you
propose ?
I know there is already issue with that about the WebHome which
is usually an entry point to the application, but deleting a space was
possible. If the code is nested under the data, isn't it an issue. It
looks
like the opposite of the general way (not xwiki
way, but in application
in
general), where the code abstract more or less
the location of the data
and
is the "main" part.
So, I am not sure actually, that this is the best way. Maybe code and
data
should be side by side under a entry point
documents ?
You mean something like:
MyApp
|_ Data/
|_ Code/
|_ WebHome
(Instead of leaving it free for apps to decide where to put the data they
generate)
We could indeed standardize on the location of where an app puts the data
it generates in a “Data" space.
Even without this, to remove an app you’d simply remove the Code/ space (+
the WebHome).
The problem is not about removing the app, but removing the data without
removing the app.