savvato-software / tribe-app-frontend

4 stars 20 forks source link

Attributes Page - Polish #145

Open haxwell opened 2 weeks ago

haxwell commented 2 weeks ago

Implement the changes Johnathan talked about in 8/29 mtg (moving stuff from the component to the model service, etc). There is still an issue with using the SequenceService to change the model: in the method isAbleToMove() it is passing an object that does not have a Sequence attribute, so the service fails. I believe you will just need to find an Attribute or other existing object with that Sequence attribute and pass it in.

Up/Down movement, Save and Cancel should work at the end of this.