StoryShop / app

Frontend app for storyshopapp.com
14 stars 4 forks source link

gene removal to character dispatchToProps #89

Open joshdmiller opened 8 years ago

joshdmiller commented 8 years ago

Overview

Add a new dispatch action to the character actions file to fire a call to remove a particular gene by its index.

Spec

Function Signature

( character_id: string, index: number ) => FalcorModelResponse

Falcor Model

Should call the function at the model path characters[character_id].genes.remove with the index of the gene.