Skip to content

Commit

Permalink
updated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Torkus committed Dec 8, 2023
1 parent faa00c2 commit e744108
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
15 changes: 10 additions & 5 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,17 @@ see CHANGELOG.md for a more formal list of changes by release

## todo

* cataclysm classic support

* *.sh, consolidate these root-level bash scripts into a manage.sh

* move Dockerfile* files into a CircleCI folder


## todo bucket (no particular order)

* nfo, replace the URL as the group-id with something random

* github, catalogue, no download counts.

* github, catalogue, add any tags if they exist
Expand Down Expand Up @@ -37,10 +46,6 @@ see CHANGELOG.md for a more formal list of changes by release
- 'tukui' in the search results shouldn't mean 'ogri-la/tukui' if 'tukui.org/tukui' is also available
- which it isn't, but that's not the point.

* *.sh, consolidate these root-level bash scripts into a manage.sh

* move Dockerfile* files into a CircleCI folder

* metrics, add a 'catalogue is N days old'
- add an 'oldest' addon (days since created date)?
- add a 'most stale' addon (days since last update)?
Expand Down Expand Up @@ -71,6 +76,7 @@ see CHANGELOG.md for a more formal list of changes by release

* gui, 'set-icon' is taking a long time to do it's thing.


* manually select the primary addon in a group of addons to prevent synthetic titles

* http, add with-backoff support to download-file
Expand Down Expand Up @@ -196,7 +202,6 @@ see CHANGELOG.md for a more formal list of changes by release
* preference for 'fat rows'
- increase the padding for each row a bit

* nfo, replace the URL as the group-id with something random

* "developer warnings"
- a preference that bumps certain debug messages to warnings and errors for developers
Expand Down
12 changes: 6 additions & 6 deletions src/strongbox/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -1682,19 +1682,19 @@
;; load the user-catalogue. `db-load-catalogue` will incorporate this if it's found.
(db-load-user-catalogue)

;; load the contents of the selected catalogue and the user catalogue
;; load the contents of the selected catalogue and the user catalogue
(db-load-catalogue)

;; match installed addons to those in catalogue
;; match installed addons to those in catalogue
(match-all-installed-addons-with-catalogue)

;; for those addons that have matches, download their details
;; for those addons that have matches, download their details
(check-for-updates)

;; 2019-06-30, travis is failing with 403: Forbidden. Moved to gui init
;;(latest-strongbox-release) ;; check for updates after everything else is done
;; 2019-06-30, travis is failing with 403: Forbidden. Moved to gui init
;;(latest-strongbox-release) ;; check for updates after everything else is done

;; seems like a good place to preserve the etag-db
;; seems like a good place to preserve the etag-db
(save-settings!)

(scheduled-user-catalogue-refresh)
Expand Down

0 comments on commit e744108

Please sign in to comment.