-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make statement type list better accessible in FactoidBuilder #20
Comments
Gendering Maximilian: "Bei der Hierarchisierung von Statements: Das Menü ist jetzt schon sehr aufbläht und deshalb verwirrend (z.B. familiäre Verbindung ist ganz oben, später kommt noch Elternschaft, Geschwisterverhältnis etc., ich denke, damit die Daten wirklich sinnvoll strukturiert eingegeben werden, sollte das klarer geordnet sein.)" |
There are some overflow problems in standard APIS menu — I can't really find a good way to fix this. But people should be using FactoidBuilder. As for "logical structure"... I'd be interested to know if there was one! (Originally, I experimented with having everything in one menu, with the hierarchical structure represented, but it takes up so much space on the screen; so I went with this current "grouping"... which is subjective, I admit.) |
On the logical structure:
|
|
Screen.Recording.2023-11-10.at.12.25.43.movImplements 1 and 3! (Searching also looks at the help text as well as the name) |
Screen.Recording.2023-11-10.at.15.25.08.movA couple more behaviours:
|
As for tree style visualisations: if they are collapsed they don't need much space, do they? |
True... I'll try to implement this, though I suspect arbitrarily hiding things wouldn't help usability. Another possible idea is to allow users (or sub-projects?) to customise which statement-types they see. Most simply, this could just be done by hard-coding lists of "allowed types" for each subproject, and a selector menu somewhere. If we want users to be able to change this themselves, then we'd have to think about database models and interface to manage it (and then these lists would have to be dynamically loaded, instead of just being some interface configuration) |
Before implementing this, I think it would be worth to deploy the two other changes. |
Gendering Maximilian: "Teile des Menüs sind leider nicht sichtbar - also auf der rechten Seite (z.B. “Anderes”)"
The text was updated successfully, but these errors were encountered: