Towards a TopicExplorer implementation in Elm – Part two

In this part, I explore the option to refactor the model of the elm-TopicExplorer-client such that identifiers for topics link out to all data relevant to viewing and interacting with topics. Starting with the topic hierarchy, this strategy leads to an overall implementation that is decomposed into several small reusable modules. This allows to easily implement different variants of the web-interface that can be tested in user studies.

Continue reading “Towards a TopicExplorer implementation in Elm – Part two”