Skip to content

Commit

Permalink
tidy up todos
Browse files Browse the repository at this point in the history
  • Loading branch information
gwax committed Mar 12, 2019
1 parent 8c23342 commit d2b064c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.rst
Expand Up @@ -138,19 +138,6 @@ Changelog
- Dropped deckbox serializer
- Removed support for Python 3.4, 3.5

TODO:

- make heads and tails of package layout
- more info columns for future lookup risk mitigation
- docs, versions, etc.
- do we want to group sets? ex. all judge gift sets

- scryfall promos are so poorly arranged...

- snnma to per-column bitmap style indexes
- can we remove artist correction / renaming?
- filter all online sets

1.3.6
-----

Expand Down
2 changes: 2 additions & 0 deletions mtg_ssm/containers/indexes.py
Expand Up @@ -63,6 +63,8 @@ def __init__(self) -> None:
self.id_to_setindex: Dict[UUID, int] = {}
self.setcode_to_set: Dict[str, ScrySet] = {}
# snnma = Set, Name, (Collector) Number, Multiverse ID, Artist
# TODO: convert to intersecting bitmap indexes
# TODO: do we really need artist?
self.snnma_to_id: Dict[
Tuple[Optional[str], str, Optional[str], Optional[int], Optional[str]],
Set[UUID],
Expand Down

0 comments on commit d2b064c

Please sign in to comment.