Multiple entries: Allow easier, direct access to wiki articles #134
Labels
backlog/on hold
Uncompleted issues that will be worked on after completing other specific issues/tasks first
complexity: unknown
Unknown days of work
content: Wiki
VocaDB Wiki
feature request
feedback-wanted
Feedback and further discussion needed (open questions)
frontend
Presentation layer (visible to user)
guidance
User instructions/guidelines
priority: low
Issues/Tasks that are not so important
UX/usability
UX (User Experience): Methods for improving the usablitiy
weblink
Domain object: URL, weblink, hyperlink
We should make it easier to access the wiki articles right where they are needed on site. For example, link to the article about artist roles in the roles edit dialog.
The current help page is difficult to manage. It's written in ASP.NET Razor markup and requires programming.
Method
The most simple way would be just to provide links to wiki articles, opening in a new browser window. Links could be provided under title "Related wiki articles". Better usability could be achieved by retrieving the wiki content server-side and embedding it on the site, or in a JavaScript popup. Parsing the HTML, taking just the content, should be easy.
Linking to articles
The URLs to articles cannot be hardcoded because they can change. We need some kind of mapping. A configuration file similar to nico tag mapping might be enough.
Translations?
Help page is currently translated in multiple languages. The wiki system does not support translations. How to handle this?
Related: #241
The text was updated successfully, but these errors were encountered: