aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorCorentin Chary <corentin.chary@gmail.com>2012-11-19 22:57:31 +0100
committerCorentin Chary <corentin.chary@gmail.com>2012-11-19 22:57:31 +0100
commitc135c35670e8b01f96f57b106e4253d6ab0ac8c5 (patch)
tree92e2152567d31ec2fe6be6fef4e7158dc8990cf1 /TODO
parentdjeuscan: temporary fix for ebuild/metadata (diff)
downloadeuscan-c135c35670e8b01f96f57b106e4253d6ab0ac8c5.tar.gz
euscan-c135c35670e8b01f96f57b106e4253d6ab0ac8c5.tar.bz2
euscan-c135c35670e8b01f96f57b106e4253d6ab0ac8c5.zip
Update TODO
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 7 insertions, 3 deletions
diff --git a/TODO b/TODO
index aba1364..b227356 100644
--- a/TODO
+++ b/TODO
@@ -54,7 +54,11 @@ euscan
euscanwww
---------
-- Really fix mails
+### misc
+
+- change ebuild/metadata urls. Use <overlay>/<category>/<package>-<version>(-<revision>?).ebuild instead. Use portage code to parse that. Same thing for metadata.xml, without
+ version-revision.
+- 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
@@ -68,7 +72,7 @@ euscanwww
### logs
-Move log models into djeuscanhistory ?
+- Move log models into djeuscanhistory ?
### models
@@ -91,7 +95,7 @@ The scan process should be faster than the one using euscan. gentoo-packages hav
### Scanning
-- Remove alive field
+- Remove alive field in model, it should be possible to do the same thing using only memory. That may even be faster.
### API (LOW-PRIORITY)