brettkromkamp / contextualise

Contextualise is an effective tool particularly suited for organising information-heavy projects and activities consisting of unstructured and widely diverse data and information resources
https://contextualise.dev/
MIT License
1.04k stars 44 forks source link

Adding a tag must create a tag topic with "-tag" in the identifier #149

Closed brettkromkamp closed 1 year ago

brettkromkamp commented 1 year ago

Currently, when adding a tag to a topic, Contextualise first checks if an accompanying tag topic exists; if the tag topic doesn't exist then a new tag topic is created with a slugified identifier equal to the tag string. What should happen is that the tag topic is created with an identifier that is made of both the slugified identifier part together with a "-tag" part.

brettkromkamp commented 1 year ago

This is a TopicDB bug and needs to be fixed there: https://github.com/brettkromkamp/topic-db/blob/master/src/topicdb/store/topicstore.py#L968