You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This lists needs breaking down into minor usability fixes, technical code improvements, and significant new features.
Presentaton:
?Align type ID values used in local URI construction with type URIs/CURIEs
Identifier display: try to find label instead of CURIE display; augment sitedata accordingly?
Technical debt:
Clean up code for site data creation, rather than using a hacked test case
Rename src/analist_site to src/annalist_root.
update to Django 1.7
re-work field rendering to use Django 1.7 capabilities (use code rather than templates? simplify context generation?)
Convert literal CURIES to namespace references
entity object should carry URI only. Other fields (host, path, etc. should be generated as required. Suggest use an internal value that allows x.uri.path, .host, etc. as required,) See also issue Web backend storage #32.
rationalize/simplify fields and methods in site/collection model classes - there appears to be some duplication
move util.py to utils package, and rename?
look into using named tuples instead of dictionaries for rendering
This lists needs breaking down into minor usability fixes, technical code improvements, and significant new features.
Presentaton:
Technical debt:
The text was updated successfully, but these errors were encountered: