| Summary: | Tidy up the Knowledge Base Settings part of the Project screen | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Zuzana Krejčová <zkrejcov> | ||||||||
| Component: | Business Central | Assignee: | Toni Rikkola <trikkola> | ||||||||
| Status: | CLOSED EOL | QA Contact: | Lukáš Petrovický <lpetrovi> | ||||||||
| Severity: | low | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| Version: | 6.0.0 | CC: | atangrin, etirelli, lpetrovi, paradhya, rrajasek, rzhang | ||||||||
| Target Milestone: | ER4 | ||||||||||
| Target Release: | 6.1.0 | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2020-03-27 19:44:46 UTC | Type: | Enhancement | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Attachments: |
|
||||||||||
Internal Whiteboard: Beta Blocker → Blocker Not critical for Beta, but need to address for GA Created attachment 801561 [details]
Desing from an usability expert
uberfire master: https://github.com/uberfire/uberfire/commit/d01ff44c3 master: https://github.com/droolsjbpm/kie-wb-common/commit/b1613204d 6.1.x: https://github.com/droolsjbpm/kie-wb-common/commit/ffcda2ad6 Created attachment 997075 [details]
editor in 6.1 ER5
As can be seen in the screenshot, not much changed. Yes, the ksessions table improved (although the table unfortunately doesn't fit in the page). The rest of the editor still needs some work. It doesn't match the proposed design. The radio buttons behavior is still an issue. This still needs some work (6.2). |
Created attachment 794145 [details] knowledge base settings page Description of problem: As the screenshot shows - this part of the GUI still needs a bit of work. The components should be aligned, all their parts visible in them.. The bits with Knowledge Base operations should have some king of label/header saying that's what it is for. Something either like ksessions or packages list. Ideally, the (default) width of the kbase list would be the same as the buttons div element above it, same with the ksessions list. The packages list and header should be aligned. Packages, equality behaviour and event processing mode settings should be aligned to kbases list, to clearly show they belong to that part. Ksessions settings are more of the same. the clock settings don't make it clear what they belong to, the 'Name' header above them seems to have no purpose. The radio buttons for equality behaviour and event processing mode settings right now react to clicking on their label line, which unfortunately spans the rest of the page to the right. So you think you just click an empty space on the page and in fact, you change your kbase settings. I'd recommend having someone design it first before doing the implementation.