Bug #2212
How do we know that an archive has been made and at which date ?
| Status: | Released | Start date: | 2012-01-27 | ||
|---|---|---|---|---|---|
| Priority: | 4 | Due date: | |||
| Assignee: | % Done: | 80% |
|||
| Category: | Webapp - Administration | ||||
| Target version: | 2.4.0~alpha6 | ||||
| Needs translating: | No | Pull Request: |
Description
We can select "Archive X" or "Restore X" but we don't have any information about them.
History
#1
Updated by François ARMAND over 1 year ago
You have to look at Git log, archives have a meaningful commit message.
The reason you don't have more information than what is said in each widget is that the system does not actually do an archive, it only export PT/PI/CR/Groups to XML files and save them in Git.
A natural evolution of the system would be to list all archive with a given commit message and let the user choose among them, but that's for a later time.
#2
Updated by Jonathan CLARKE over 1 year ago
I agree that this is a bit confusing when you don't know. As a simple measure I suggest that we add a descriptive blurb to the administration page, explaining this. Also, wer could change the confirmation popup to say "saved in git with commit id ... And tag ..."
#3
Updated by François ARMAND over 1 year ago
Does the modification brought with #2214 are ok regarding that issue ?
#4
Updated by François ARMAND over 1 year ago
- Status changed from New to Discussion
#5
Updated by François ARMAND over 1 year ago
- Target version changed from 2.4.0~alpha4 to 2.4.0~alpha5
#6
Updated by François ARMAND over 1 year ago
- Assignee set to Nicolas PERRON
#7
Updated by Nicolas PERRON over 1 year ago
- Assignee changed from Nicolas PERRON to François ARMAND
- % Done changed from 0 to 80
It's seems OK but can't we add more information ? like a textarea which suggest to add a description before archiving ?
#8
Updated by Jonathan CLARKE over 1 year ago
- Target version changed from 2.4.0~alpha5 to 2.4.0~alpha6
That sounds like a great idea! We could add the message into the git commit, too.
#9
Updated by François ARMAND over 1 year ago
- Status changed from Discussion to Pending technical review
That's a completely different user story, tracked here: #2355, so I close that one.
#10
Updated by François ARMAND over 1 year ago
- Status changed from Pending technical review to Released