NatLabRockies / NatLabRockies/LabProcessTracker

Modify UWL population to key in on parameter name rather than process object

Open
#12 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

core
Dominant language
Python
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Description

populate uwl logic currently links process scan in the log to a uwl process object according to the name of the process in the log, and the name of the process object, which should be the same.

Instead, use high-level process object names and key in on a more precise parameter detail, e.g. "blade coat" as the general process object name, but "HTL 2" as the (unique) parameter name for that blade coat process

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the populate UWL logic and the code that matches process scans to UWL process objects. Trace how process names are currently compared, then verify that matching uses the high-level process object name together with the unique parameter name, such as “HTL 2” for “blade coat”.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.