use XML instead of md files for /projects
#26
Labels
No labels
bug
duplicate
enhancement
optimization
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Anri/mylloon.fr#26
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
and probably a lot more
to do this, I thought of keeping the markdown files because it's nicer to edit, but pre-processed them to generate an xml file
It would be necessary to keep the last modification date of the files and update the generated xml file only if the date was modified
This would mean that at each request, we wouldn't need to read several files entirely, just several metadata to check the "freshness" of the data, and recover these data in the xml file previously generated (at startup for example)