Commit
bb352b1fc6e9643df7f7c1e0629e6f41494803b7
by dlgonzalezTsk36 Modifies creation of microstories to the personal page
Moves createStory() method and all the relationated data from
storyController
to the userController because the user is who calls this method.
Modifies the
method in order to control that a story can´t have two equal themes.
Modifies
userPage using userController instead storyController. Modifies the
creationStoryModal adding a "Select" option in each menu of selection.