coopdevs / katuma

ABANDONED - Old Katuma's backend API
http://www.katuma.org
21 stars 9 forks source link

Add orders frequency for groups #96

Closed enricostano closed 8 years ago

enricostano commented 8 years ago

When we generate a new order for a user and a group we need to set an "expiration date" since generally groups have a specific date to receive orders from the users and be able to commit the orders to the suppliers.

This could be for instance "every saturday at 7PM". With this PR we create a new resource where we store the recurrency information for each group.

TODO