From eedf3c5939b969bbff851464fc3192be2a2c4ffc Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 16 Nov 2023 04:51:30 +0200 Subject: [PATCH] Remove euscanwww leftovers from TODO Signed-off-by: Alfred Wingate --- TODO | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/TODO b/TODO index 61fd34c..c356f86 100644 --- a/TODO +++ b/TODO @@ -50,43 +50,6 @@ euscan - Propose new remote-id: freecode e.g.: projectname - -euscanwww ---------- - -### misc - -- Really fix mails: better formating -- Always keep in db all found versions (when using an API only?). But don't display them if older than current packaged version, except maybe in the "upstream_version" column. - -### packages - -- Ignore alpha/beta if current is not alpha/beta: per-package setting using metadata.xml ? -- ~arch / stable support: see "models: keywords" -- stabilisation candidates: check stabilizations rules, and see how this can be automated -- set upstream version by hand: will be done after uscan compatiblity - -### logs - -- Move log models into djeuscanhistory ? - -### models - -- Repository (added or not, from layman + repositories.xml) -- Arches and Keyword -- Metadata, herds, maintainers and homepage are per-version, not per package. Store it in Version instead. - -### djportage (LOW-PRIORITY)) - -- Create standalone application to scan and represent portage trees in models using work done in: --- euscan --- p.g.o: https://github.com/bacher09/gentoo-packages --- gentoostats: https://github.com/gg7/gentoostats_server/blob/master/gentoostats/stats/models.py - -The application should be easy to use, and we should be able to launch the scan process in a celery worker using "logging" for logs. -The application should also be usable for p.g.o and gentoostats later... -The scan process should be faster than the one using euscan. gentoo-packages have some interesting ideas for that (keeping metadata and ebuild hash, etc..) - ### API (LOW-PRIORITY) - Move to tastypie