Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
TangoYankee created a branch on NYCPlanning/ae-zoning-api
ty/exp/composite-tax-lot - This application is API for serving data related to zoning and tax lots.
TangoYankee closed an issue on NYCPlanning/ae-zoning-api
Refactor capital project fund from enum to check constraint
# Description Move from enum to check constraint for `stage` field in `capital_project_fund` table ## Acceptance criteria - [x] Remove `capitalProjectFundStageEnum` - [x] Change `stage` type from...TangoYankee closed an issue on NYCPlanning/ae-zoning-api
Refactor capital project fund from enum to check constraint
# Description Move from enum to check constraint for `stage` field in `capital_project_fund` table ## Acceptance criteria - [x] Remove `capitalProjectFundStageEnum` - [x] Change `stage` type from...TangoYankee pushed 1 commit to main NYCPlanning/ae-zoning-api
- Check contraints for capital project fund stage Replace the enum with a check constraint for stage table in capital ... 1641ee3
TangoYankee closed a pull request on NYCPlanning/ae-zoning-api
388: Check contraints for capital project fund stage
Replace the enum with a check constraint for stage table in capital project fund table closes #388TangoYankee pushed 1 commit to composite-tax-lot-id NYCPlanning/ae-zoning-api
- block id and block geojson endpoint 523424c
TangoYankee pushed 1 commit to composite-tax-lot-id NYCPlanning/ae-zoning-api
- query on block id for blocks 3c86580
TangoYankee pushed 1 commit to composite-tax-lot-id NYCPlanning/ae-zoning-api
- document block lot routes 9aa73d9
TangoYankee pushed 1 commit to composite-tax-lot-id NYCPlanning/ae-zoning-api
- composite key for tax lot 611b44a
TangoYankee pushed 1 commit to composite-tax-lot-id NYCPlanning/ae-zoning-api
- composite key for tax lot 20fb7cb
horatiorosa created a comment on a pull request on NYCPlanning/ae-zoning-api
merge and rebase after [389](https://github.com/NYCPlanning/ae-zoning-api/pull/389) is in main
horatiorosa pushed 1 commit to 391/refac-cap-fund-to-remove-enums NYCPlanning/ae-zoning-api
- 391 drop enums, update types from enum to text, add constraints - in capital-project-fund - in capital-commitment-f... 56b2f59
horatiorosa opened a draft pull request on NYCPlanning/ae-zoning-api
391/refac cap fund to remove enums
TangoYankee created a comment on a pull request on NYCPlanning/ae-zoning-api
It's best to review this command in tandem with its data-flow child draft PR to ensure they work together. NYCPlanning/ae-data-flow#64
TangoYankee pushed 2 commits to 388/constrain-stage NYCPlanning/ae-zoning-api
TangoYankee pushed 2 commits to ty/exp/redis NYCPlanning/ae-zoning-api
TangoYankee closed an issue on NYCPlanning/ae-zoning-api
Upgrade drizzle orm and drizzle kit
# Description We want to take advantage of new features, like check constraints. We also want to keep up with deprecations in the API ## Acceptance criteria - [x] Upgrade drizzle kit and drizzle ...TangoYankee pushed 1 commit to main NYCPlanning/ae-zoning-api
- upgrade drizzle-kit and drizzle-orm drizzle-orm: 0.31.1 -> 0.36.1 drizzle-kit: 0.22.2 -> 0.28.0 refactor deprecated ... 41af1e4
TangoYankee closed a pull request on NYCPlanning/ae-zoning-api
386: upgrade drizzle-kit and drizzle-orm
drizzle-orm: 0.31.1 -> 0.36.1 drizzle-kit: 0.22.2 -> 0.28.0 refactor deprecated methods and objects closes #386TangoYankee created a branch on NYCPlanning/ae-zoning-api
ty/exp/redis - This application is API for serving data related to zoning and tax lots.
TangoYankee opened an issue on NYCPlanning/ae-zoning-api
Refactor capital project category from enum to check constraint
# Description The `capital project category` enum has an extra wrinkle- there is typo. The `ITT, Vehicles and Equipment` option should have an oxford comma. This ticket will also resolve this typo....TangoYankee opened an issue on NYCPlanning/ae-zoning-api
Move capital fund category from enum to check constraint
# Acceptance criteria - [ ] Remove the `captial_fund_category` enum - [ ] Change the type of the `capitalFundCategory` field of the `capital_project_fund` table from an enum to text - [ ] Add the c...TangoYankee opened an issue on NYCPlanning/ae-zoning-api
Move zoning district class category from enum to check constraint
## Acceptance criteria - [ ] Remove the `categoryEnum` from `zoning-district-class` - [ ] Change the `category` field from a `categoryEnum` to a text type - [ ] Add a check constraint to the `categ...TangoYankee opened a draft pull request on NYCPlanning/ae-zoning-api
388: Check contraints for capital project fund stage
Replace the enum with a check constraint for stage table in capital project fund table closes #388TangoYankee created a branch on NYCPlanning/ae-zoning-api
388/constrain-stage - This application is API for serving data related to zoning and tax lots.