Grasia / teem

Teem is a web tool and mobile app for collaboration in communities, which facilitates onboarding of newcomers
http://teem.works/
GNU Affero General Public License v3.0
49 stars 25 forks source link

Project needs complete is a string instead of boolean #32

Open atd opened 9 years ago

atd commented 9 years ago

Project needs are strings instead of boolean:

> project.need.complete 
"false"

Is this a limitation of SwellRT or is there any reason for this?

atfornes commented 9 years ago

SwellRT handles only strings, rich text, arrays and maps.

I have created an issue in angular-swellrt to abstract this limitations for the js developer: P2Pvalue/angular-swellrt#13

atd commented 9 years ago

Thank you @atfornes !