setlife-network / setlife-solutions

2 stars 0 forks source link

Implement testimonials model #237

Closed sofiaromorales closed 1 year ago

sofiaromorales commented 1 year ago
  1. Create migration with DB model testimonials

    • id
    • person_name
    • company_name
    • testimony
    • person_image_url
    • company_image_url
  2. Create API models and query

  3. Create inserts for adding data into the tables

Ovifer13 commented 1 year ago

@sofiaromorales what fields are required?

otech47 commented 1 year ago

i would consider replacing company_name and company_image_url with a project_id that pulls the name and logo_image_url from the Project? or maybe add a logo_icon_image_url to the Projects and use that since it the design requires it to be icon-sized

otech47 commented 1 year ago

@Ovifer13 @sofiaromorales can you guys fix this problem: https://github.com/setlife-network/setlife-solutions/pull/238/files#r1018166242

it is blocking the frontend work

otech47 commented 1 year ago

once this is fixed @vdegandesa can finish the frontend Testimonials section

otech47 commented 1 year ago

feel free to keep this issue closed and re-open a new one if that's easier to track @Ovifer13 @sofiaromorales