IlyaChakun / panteon-trans

The project is represented by the transport exchange.
0 stars 0 forks source link

Create companies blackList #12

Closed IlyaChakun closed 3 years ago

IlyaChakun commented 3 years ago

Company black list feature

API calls

  1. save company to black list
  2. delete from list
  3. get all companies

Payload

  1. reason
  2. company id
  3. date of add to black list (date of creation)
  4. date of remove from black list

Need to provide soft delete. (When company is removed from black list, then it must not be removed from database)