From 9465c143427b630da38b0cb8c614164dbb8f350c Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 16 Nov 2023 07:12:53 +0200 Subject: [PATCH] Remove more euscanwww stragglers from TODO Signed-off-by: Alfred Wingate --- TODO | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/TODO b/TODO index c356f86..14b68a2 100644 --- a/TODO +++ b/TODO @@ -50,16 +50,3 @@ euscan - Propose new remote-id: freecode e.g.: projectname -### API (LOW-PRIORITY) - -- Move to tastypie - -### Overlays - -/!\ blocked by "djportage" application -Currently, overlay handling in euscan sucks (it's simply a column nothing more, and they are mostly handled by hand by layman). I'd like to be able to add and remove overlays (overlay name + svn/git/cvs/rsync url). Using a new model and layman API should make this task easy. - -/!\ could be done earlier using a simple "overlay" table ... but how to pre-compute everything per-overlay ? -Once done, a great feature would be to be able to select displayed overlay on euscan (as a global setting: for all pages). This is actually a lot of work, so you should work on that on a separated branch. - -Note that this is more complicated that it seems, because a lot of things are precalculated (number of version for this herd, number of outdated versions, etc..), and selecting overlays would break all this. So you'll really need to experiment solutions for this one.