mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 11:37:11 +00:00
to-do comments updated
This commit is contained in:
@@ -25,16 +25,7 @@ Gcave_count = None
|
||||
"""
|
||||
|
||||
todo = """
|
||||
- Find out why we have separate objects CaveSlug and why
|
||||
these are not just a single field on the Model. This was Martin's idea,
|
||||
but we are using text aliases now so we only need one slug in the data model
|
||||
|
||||
- Can we rewrite things to eliminate the CaveSlug and objects? Surely
|
||||
foreign keys work fine ?!
|
||||
|
||||
- Why do we have CaveAndEntrance objects ? These do not need to be explcit for a many:many relationship these days
|
||||
|
||||
- move the aliases list from the code and put into an editable file
|
||||
|
||||
- Restore constraint: unique_together = (("area", "kataster_number"), ("area", "unofficial_number"))
|
||||
or replace by a unique 'slug' field, better.
|
||||
|
||||
Reference in New Issue
Block a user