summaryrefslogtreecommitdiff
path: root/app/services/boards/create_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Change Done column to Closed in issue boardsblackst0ne2017-03-241-1/+1
* Remove backlog lists from board servicesDouglas Barbosa Alexandre2017-02-031-1/+0
* Remove Boards::BaseServiceDouglas Barbosa Alexandre2016-10-111-1/+1
* Update Boards::CreateService to handle with the has_many associationDouglas Barbosa Alexandre2016-10-111-5/+10
* Fix board create service namespace to avoid autoload issuesDouglas Barbosa Alexandre2016-08-171-1/+1
* Extract base service class for boards related servicesDouglas Barbosa Alexandre2016-08-171-7/+1
* Order board lists by list_type, and positionDouglas Barbosa Alexandre2016-08-171-2/+2
* Create Backlog/Done lists when creating a new boardDouglas Barbosa Alexandre2016-08-171-5/+8
* Add service to create a new board for a projectDouglas Barbosa Alexandre2016-08-171-0/+19