Hello
I'd like to add for each page a way to track down if the page is a
"ongoing" status, is a "completed" status or is a
"needFeedBack" status
for example.
Of course, the list of statuses should be configurable so i can put
mine.
My first idea was to create a class and add this object to each page but
-> i have created the class + classSheet + classTemplate but i see then
that i can create new documents.
Actually, I want the status to be embedded in the page edit mode, in a
panel for example, and that would be better if it is embedded in the
Document Information panel, just as the Tag field
So I try to add raw html in this but i don't know how to create a new
"status" property to the document.
If i use the "tag" property, i'm worrying about mixing two tag fields...
anyway, i've read and re-read the XWiki online documentation but i can't
find anything just like this.
PS -> of course, i'll have later a page per status with the list of all
documents in each statuses... (just like tag pages)
thank you for your help