Skip to content

Conversation

@wangcj05
Copy link
Collaborator

@wangcj05 wangcj05 commented Aug 15, 2025


Pull Request Description

What issue does this change request address? (Use "#" before the issue to link it, i.e., #42.)
What are the significant changes in functionality due to this change request?
  1. Create a workflow manager to manager different calculations
  2. Use toml as input file/config to guide analysis
  3. Use Json validation schema to validate toml input
  4. Currently accepted calculations: nlp.ner, nlp.causal, and load data through neo4j

For Change Control Board: Change Request Review

The following review must be completed by an authorized member of the Change Control Board.

  • 1. Review all computer code.
  • 2. If any changes occur to the input syntax, there must be an accompanying change to the user manual and xsd schema. If the input syntax change deprecates existing input files, a conversion script needs to be added (see Conversion Scripts).
  • 3. Make sure the Python code and commenting standards are respected.
  • 4. Automated Tests should pass.
  • 5. If significant functionality is added, there must be tests added to check this. Tests should cover all possible options. Multiple short tests are preferred over one large test.
  • 6. If the change modifies or adds a requirement or a requirement based test case, the Change Control Board's Chair or designee also needs to approve the change. The requirements and the requirements test shall be in sync.
  • 7. The merge request must reference an issue. If the issue is closed, the issue close checklist shall be done.

@wangcj05 wangcj05 requested a review from mandd August 20, 2025 19:36
Copy link
Collaborator

@mandd mandd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this in my initial set of comments, i'd like to give a second pass to this MR and meet with you again to talk about about this MR

logger.addHandler(fh)

def main():
logger.info('Welcome to use DACKAR!')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion:
print(""":::::::-. :::. .,-::::: ::: . :::. :::::::..
;;, ';, ;;;; ,;;;'````' ;;; .;;,. ;;;; ;;;;``;;;; [[ [[ ,[[ '[[, [[[ [[[[[/' ,[[ '[[, [[[,/[[['
$$, $$c$$$cc$$$c $$$ $$$$, c$$$cc$$$c $$$$$$c
888
,o8P' 888 888,`88bo,__,o,"888"88o, 888 888,888b "88bo,
MMMMP"` YMM ""` "YUMMMMMP"MMM "MMP"YMM ""` MMMM "W" '
""")

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, what do you mean here?



class WorkOrderProcessing(WorkflowBase):
"""
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we talked about renaming this pipeline

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same applies to operator shift logs

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed in PR #22

[neo4j]
uri = "neo4j://localhost:7687"
pwd = "123456789"
config_file_path = "/Users/wangc/Library/Application Support/Neo4j Desktop/Application/relate-data/dbmss/dbms-28cea4a5-ad08-4fed-94a1-70d44e297586/conf/neo4j.conf"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we remove this personal information?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addressed in PR #22



class WorkOrderProcessing(WorkflowBase):
"""
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same applies to operator shift logs


class WorkOrderProcessing(WorkflowBase):
"""
Class to process CWS work order dataset
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove CWS reference

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

[neo4j]
uri = "neo4j://localhost:7687"
pwd = "123456789"
# User need to set the import folder, and all files for nodes and edges are using relative path to the import folder
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we anonymize these lines?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addressed in PR #22

@wangcj05
Copy link
Collaborator Author

@mandd FYI, I have addressed your comments in a different PR, i.e., PR#22

@mandd
Copy link
Collaborator

mandd commented Sep 25, 2025

Test board is green. MR is good on my end. Thanks!

@mandd mandd merged commit d979218 into main Sep 25, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants