rpapub / PurposefulPromethium

This UiPath project demonstrates reading structured data from an email inbox, parsing the content, and automating data entry on rpachallenge.com. Designed as a tutorial basis.
Other
0 stars 0 forks source link

Refactoring monolithic legacy code #1

Open cprima opened 1 month ago

cprima commented 1 month ago

Requirements

cprima commented 1 month ago

Regarding

[x] come up with 2-person Git flow to simulate a code review with Workflow Analyzer

The Git Repository Snapshot Archiver creates a collection of repository snapshots, for unzipping on the reviewer's system and conflict-free UiPath Studio demonstration. Prevents the necessity to switch branches which UiPath Studio does not seamlessly support.

cprima commented 1 month ago

When to refactor

cprima commented 1 month ago

Obstacles

cprima commented 3 weeks ago

To be

Modularize units, especially later in the process Have interface to mail message Pass by reference beachten Refactor from click path to e.g. input processing output From loop to transactions, batch size

cprima commented 3 weeks ago

Metrics