Skip to content

Improve retrieval of properties from LOI documents#2235

Open
rfontanarosa wants to merge 10 commits intomasterfrom
rfontanarosa/fix-export-csv-properties
Open

Improve retrieval of properties from LOI documents#2235
rfontanarosa wants to merge 10 commits intomasterfrom
rfontanarosa/fix-export-csv-properties

Conversation

@rfontanarosa
Copy link
Collaborator

@rfontanarosa rfontanarosa commented Jul 18, 2025

  • query pagination
  • query data instead of proto conversion
  • promise.all/map instead of for (order is not important)
  • select only necessary fields

@rfontanarosa rfontanarosa self-assigned this Jul 18, 2025
@gino-m
Copy link
Collaborator

gino-m commented Sep 9, 2025

@rfontanarosa Is this draft PR still valid / working?

@rfontanarosa
Copy link
Collaborator Author

@rfontanarosa Is this draft PR still valid / working?

yes, but i have to add the changes merged in master. I'll do it once this (#2249) will be approved.

@rfontanarosa rfontanarosa changed the title Fix: Improve retrieval of properties from LOI documents Improve retrieval of properties from LOI documents Sep 24, 2025
# Conflicts:
#	functions/src/export-csv.ts
if (!(ownerIdFilter ? loi[9] === 2 && loi[5] === ownerIdFilter : true))
return;
if (ownerIdFilter) {
if (!(loi[9] === 2 && loi[5] === ownerIdFilter)) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we have named constants we can refer to field numbers instead of using literals?

@rfontanarosa rfontanarosa marked this pull request as ready for review March 12, 2026 19:08
@auto-assign auto-assign bot requested a review from gino-m March 12, 2026 19:08
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.

2 participants