milton0825 / plano

Plano - a simple scheduling service
GNU General Public License v3.0
4 stars 0 forks source link

[PLANO-8] PlanoProcessor and REST API implementation #17

Closed milton0825 closed 7 years ago

milton0825 commented 7 years ago

Scope

Clients invoke Plano with requests. We need to validate their requests before saving to database. PlanoProcessor is responsible for validating requests and persist the request to repository. PlanoProcessor is also responsible for composing the response.

yayunlo commented 7 years ago

Looks good!!