• Joined on 2025-12-10
jessib pushed to main at linnealovespie/aemp-seattle 2026-02-14 01:47:40 +00:00
d5e3d8e2a0 Merge pull request 'corporate name improvements.' (#16) from biz-name-jb-8 into main
c4c766380f Merge branch 'main' into biz-name-jb-8
2a97e1ccb7 escape regexp pattern
900c051800 typo
672c474fb8 draft corporate name improvements.
Compare 5 commits »
jessib deleted branch biz-name-jb-8 from linnealovespie/aemp-seattle 2026-02-14 01:47:40 +00:00
jessib merged pull request linnealovespie/aemp-seattle#16 2026-02-14 01:47:39 +00:00
corporate name improvements.
jessib commented on pull request linnealovespie/aemp-seattle#16 2026-02-11 22:54:58 +00:00
corporate name improvements.

In line 111, it adds spaces to the beginning and end of each term, so "LA APTS" becomes " LA APTS ". I did this to have a cleaner way to find " apt " that wouldn't catch "captain", as the…

jessib commented on pull request linnealovespie/aemp-seattle#18 2026-02-08 17:02:33 +00:00
CCFS Database

@linnealovespie : I happened to be looking at this when working on my PR, and it seems like _get_potential_company_name_matches is now longer called so can be removed.

jessib pushed to biz-name-jb-8 at linnealovespie/aemp-seattle 2026-01-22 03:01:37 +00:00
c4c766380f Merge branch 'main' into biz-name-jb-8
5a37d38130 Merge pull request 'CCFS Database' (#18) from linnealovespie/database into main
66f2ac404a reqs
39fe1c17c1 gitignore
01a4de1436 update readme
Compare 8 commits »
jessib approved linnealovespie/aemp-seattle#18 2026-01-22 00:13:46 +00:00
CCFS Database

I didn't give it the most thorough review, but looks good and doesn't seem risky.

jessib commented on pull request linnealovespie/aemp-seattle#18 2026-01-21 04:05:36 +00:00
CCFS Database

Should psycopg2 be added here? I needed to manually install but maybe that was something with my setup.

jessib commented on pull request linnealovespie/aemp-seattle#18 2026-01-21 03:30:09 +00:00
CCFS Database

It seems good idea to add .env to .gitignore if folks are going to be having that file.

jessib pushed to biz-name-jb-8 at linnealovespie/aemp-seattle 2026-01-07 00:35:08 +00:00
2a97e1ccb7 escape regexp pattern
jessib commented on pull request linnealovespie/aemp-seattle#16 2026-01-06 22:55:57 +00:00
corporate name improvements.

@linnealovespie : I am running gre-llc.py and the call at 8f250bbe4c/processors/corp_owners.py#…

jessib pushed to biz-name-jb-8 at linnealovespie/aemp-seattle 2026-01-06 05:19:48 +00:00
900c051800 typo
jessib created pull request linnealovespie/aemp-seattle#16 2025-12-30 04:27:23 +00:00
WIP: draft corporate name improvements.
jessib created branch biz-name-jb-8 in linnealovespie/aemp-seattle 2025-12-30 04:19:05 +00:00
jessib pushed to biz-name-jb-8 at linnealovespie/aemp-seattle 2025-12-30 04:19:05 +00:00
672c474fb8 draft corporate name improvements.
jessib commented on issue linnealovespie/aemp-seattle#8 2025-12-15 03:23:42 +00:00
Implement corporation standardization

Here is direct link to the the bare-bones implementation: https://git.coopcloud.tech/linnealovespie/aemp-seattle/src/branch/main/processors/corp_owners.py#L174-L199

Here is relevant code from…