Skip to content

Latest commit

 

History

History
132 lines (93 loc) · 3.74 KB

CHANGELOG.md

File metadata and controls

132 lines (93 loc) · 3.74 KB

CHANGELOG

v0.0.4 - 2020-03-24

Added

  • Added GeoJSON search for posts

Added

  • Add post removed confirmation email (#18)
  • Add report post endpoint (#16)
  • Add constants (#15)
  • Add missing semicolons
  • Add missing semicolons

Check

  • Check that post is verified when getting latest posts

Constants

  • Constants is a json

Fixed

  • Fixed webapp config gitignore

Get

  • Get posts endpoint return 10 latest offers and requests
  • Get posts endpoint return 10 latest offers and requests

Initial

  • Initial work on home, about, ind post
  • Initial work on webapp MVP

Let

  • Let mongoose handle _id creation + small type changes
  • Let mongo handle created/updated timestamps
  • Let mongoose handle _id creation + small type changes
  • Let mongo handle created/updated timestamps

Merged

  • merged latest changes

Merged

  • Merge pull request #13 from the-kindness-project/feature/get-posts
  • Merge pull request #12 from the-kindness-project/feature/data-model

Misc

  • Misc updates to get posts endpoint (#17)

Oops

  • oops remove docker files

Uncomment

  • Uncomment code

v0.0.3 - 2020-03-22

Added

  • Add reply to post endpoint and linting (#10)
  • Add teardown email (#9)
  • Add post teardown endpoint (#8)

Update

  • update changelog

Use

  • Use POST over GET (#11)

v0.0.2 - 2020-03-22

Added

  • Add create post implementation
  • Add verified field to model
  • Add sendgrid integration
  • Add mongodb container to build
  • Add skeleton routes
  • Add changelog to README
  • Add changelog

Added

  • Added mongoose model for posts

Keep

  • Keep models in a separate folder and have one file per model - easier to add new models in the future

Merged

  • Merge pull request #5 from the-kindness-project/feature/XA4MMuxG-create-post
  • Merge branch 'feature/data-model' of github.com:Project-COVID/crispy-broccoli into feature/XA4MMuxG-create-post
  • Merge pull request #4 from Project-COVID/feature/ds6FfK5Q-send-grid
  • Merge pull request #3 from Project-COVID/feature/NFw8wVJL-add-mongo-dep
  • Merge pull request #2 from Project-COVID/feature/KNHYGebx-skeleton-routes
  • Merge pull request #1 from Project-COVID/feature/kx26mOzh-skeleton-server
  • Merge branch 'master' of github.com:Project-COVID/crispy-broccoli into feature/kx26mOzh-skeleton-server

Moved

  • Moved config files to match server organisation

Starting

  • Starting webapp seed

Update

  • Update README

Use

  • Use plural for folder name

v0.0.1 - 2020-03-21

Added

  • Add docker
  • Add example request validation
  • Add skeleton express server

Initial

  • Initial commit