bcgov / entity

ServiceBC Registry Team working on Legal Entities
Apache License 2.0
23 stars 59 forks source link

TECH DEBT - Clean up one time jobs from this list in NAMEX API #21903

Closed ozamani9gh closed 4 months ago

ozamani9gh commented 5 months ago

Please confirm these are not running in production, test or dev... then remove code. remove from MAIN Branch (backup will still be in master)

ozamani9gh commented 5 months ago

auto-analyser-uat it connects to a specific db uat, and doing some statistic work of names, which is not a concern in this task

clean-name-datafix probably it is out of date. The query retrieves clean_name in names table. But there is no clean_name column in names table

consumed-datafix it is a data fix between consumed name in solr.

corp-check small app to schronize colin consumed name with what in namex

event_json-datafix fix json field in events table

inprogress_update synchronize namex with nro

missing-corps sychronize consumed corp number from nro to namex

name-search-script update requests.name_search field based on the data from names in namex

notebook_report jupyter notebook

nr-duplicates-report jupyter notebook

nr-garbage-collector Remove names from Solr for incomplete payment requests.

nro-get-decision-data it is related to get_decision_data_table_tracker table in nro

rejection-uat related to uat_results table

solr-synonym-updater

stevenc987 commented 4 months ago

PR: https://github.com/bcgov/namex/pull/1558