Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [starter-dev] Bug Fixes/Rework UI Workflow
  • From: Alexander Rühl <alexander.ruehl@xxxxxxxxxxxxxxxx>
  • Date: Tue, 16 Sep 2025 10:26:43 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=sti.valantic.com; dmarc=pass action=none header.from=sti.valantic.com; dkim=pass header.d=sti.valantic.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=qVqBaQb9kx4LpShkBx9xB2lgEuEcZLJjhKzXz0rhgz0=; b=LdmUkC2uql6HWDJ/gxuWs+2SSZOhgL5YkBwHpE7OY57LdP8LXp6WzEXX/iA5p3jT4NYpKD3qCPhZiLbUNHz7jUQ0ba/iK0jhjsFjIvTErAg0TMx0HIGPML5PDixRlMntQzby1XTPuLN7W+nFFiBlttooKXrr3/Y033h0XjW98DWBJqVp7ZhgOTSRDyuu1oo/lU7/4IqHIWEmR6d/Ai+AXHPr1p5nHWrGxUcP/AfpZYXtsqIdFy5Pzyogs+zF8fzcIFDfAOsClgGA8+EINQ4gRgeG5pVUfhYmu+GNHFCOVBD8JYikrgg3dfM1q2myLrlim1B+olZX65Yhoys4+BBZDA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=Mo+5wJZX5wvPRrNce5vZpO23QaNnM+lVPdeQxO36ub7LhQ9nZeWtZvnCQlqtbWbH4GVE0/FjHPlCZqS3qPqa6WBvSi+pPEVq79qCZ+82ghttwyAOBG2PECKB28CEl1i4y6OsYbjxJWVUSQRR087ei6FnmMr3WzDw4yv0jKLwVqWFT5n9dKlF4zpIB84w3CigCGEPPGVxHSk7fesoGk4Y7XE3pNKDZLoBTs/4CuDsqfstzVJDHfA10IsDA/iT9pO2FGR8iVB6CSU8+kUFw7apPqKez+sG/1NAdhDT0nq5mXjwQ4zgYjP7SfRIS0RMzFy+oZU2mkOEi5epE+yNUaUDew==
  • Delivered-to: starter-dev@xxxxxxxxxxx
  • List-archive: <https://dev.eclipse.org/mailman/private/starter-dev/>
  • List-help: <mailto:starter-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://dev.eclipse.org/mailman/listinfo/starter-dev>, <mailto:starter-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://dev.eclipse.org/mailman/options/starter-dev>, <mailto:starter-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHcJbF107107wnb5EGMXwoB9pGmqrSVnIU/
  • Thread-topic: Bug Fixes/Rework UI Workflow

That might make validation and updating for future features simpler, yet I think it would be a good idea to first do some UI scibbles and discuss about the workflow, before implementing it.

Mit freundlichem Gruß 

 

Alexander Rühl
Lead Domain Expert Java

valantic Software & Technology Innovations GmbH
alexander.ruehl@xxxxxxxxxxxxxxxx | +49 6196 64066 0 | +49 171 4818859
Kölner Str. 3 | 65760 Eschborn

www.valantic.com 

Geschäftsführer Dr. Markus Eisel, Stefan Billeb
Sitz der Gesellschaft: Eschborn - Amtsgericht Frankfurt am Main HRB 129301
Umsatzsteuer-ID Nr. DE256147936 

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie dieses E-Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser E-Mail sind nicht gestattet. 

This e-mail and any attachments contain confidential information addressed to a specific recipient(s) which is private and protected by law. If you are not an addressee, any disclosure, copying, distribution or use is strictly prohibited, and you are requested to advise us immediately of the information you have received. 

 


Von: starter-dev <starter-dev-bounces@xxxxxxxxxxx> im Auftrag von Reza Rahman via starter-dev <starter-dev@xxxxxxxxxxx>
Gesendet: Sonntag, 14. September 2025 21:51
An: starter-dev@xxxxxxxxxxx <starter-dev@xxxxxxxxxxx>
Cc: Reza Rahman <reza_rahman@xxxxxxxx>
Betreff: [starter-dev] Bug Fixes/Rework UI Workflow
 
EXTERNAL SENDER: Be cautious with links and attachments!

Hi folks,

I just fixed the GitHub Actions workflows, so the nightly builds should be back to normal again. It looks like some UI validation bugs were introduced as well as part of the UI changes, which I will fix ASAP.

However, I am also thinking about introducing the concept of a workflow into the UI. I think changing from radio buttons to drop downs makes that a more sensible thing to pursue now.

What I am thinking is to enable/disable the valid options only for the next field in the workflow on each selection in sequence and clear/disable all the subsequent fields. The submit button will be enabled only when all non-optional fields have been filled out.

In addition to introducing a conscious workflow, this should significantly simplify the validation logic as you only really need to deal with validating the state of one field per update as opposed to trying to keep all fields valid at all times. As you know, I had been trying to simplify the validation logic for some time, and I think this will really do the trick without compromising usability.

Please share thoughts? Otherwise, I’ll begin to roll out these changes as time permits. I’ll also update the runtimes and versions to the latest. I’ll make sure at least some key folks like Jeyvison review and test the PR since these are quite significant changes.

Cheers,
Reza



Back to the top