You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this ticket strictly for functionality
ui fixes being handled separately
existing functionality can query assets with param type of donation, offer
need to add additional property to assets to query with param of "kind" (? naming up to you) either physical object or volunteer work
new property in entity, create/get DTOs
also add fake data to the seeded data (server/src/database/seeding/seed-data.ts)
tip for updating db toggle dropSchema to true in server/src/database-connection.service.ts
adding that param in the fetch request
The text was updated successfully, but these errors were encountered:
assets were already searchable, so orgs done in this PR
which wraps up most of what this ticket needs. volunteer post page and BE properties will be handled by another ticket
closing
this ticket strictly for functionality
ui fixes being handled separately
existing functionality can query assets with param type of donation, offer
need to add additional property to assets to query with param of "kind" (? naming up to you) either physical object or volunteer work
server/src/database/seeding/seed-data.ts
)dropSchema
to true inserver/src/database-connection.service.ts
The text was updated successfully, but these errors were encountered: