You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be shared at workshops or meetups. Doing this would help meetup organizers (and code-school teachers?) run open source nights where items that are currently needed can be hit. It would also allow core team members to bring attention to major items they'd like help with.
work out UI / messaging around this to make it unobtrusive but easy to find for folks looking for it
work through data structures for this (current thought is to have a /lists or /events endpoint with a list editable only by the user who created it). We may also want to have additional fields that a list creator can fill in (brief notes to display above the list that would allow linking out to a UseCanvas file for instance). Make it markdown and fairly short? We may also want to allow a list organizer to make brief notes on each of the issues, allowing them to provide additional detail / thoughts about items and the value of working on them)
setup authorization rules to enforce the above so that only the user who created the list can edit it
setup /lists/<username>/<list-slug> routing on the Ember side of things to display the appropriate data
tests for all of the above
The text was updated successfully, but these errors were encountered:
To be shared at workshops or meetups. Doing this would help meetup organizers (and code-school teachers?) run open source nights where items that are currently needed can be hit. It would also allow core team members to bring attention to major items they'd like help with.
/lists
or/events
endpoint with a list editable only by the user who created it). We may also want to have additional fields that a list creator can fill in (brief notes to display above the list that would allow linking out to a UseCanvas file for instance). Make it markdown and fairly short? We may also want to allow a list organizer to make brief notes on each of the issues, allowing them to provide additional detail / thoughts about items and the value of working on them)/lists/<username>/<list-slug>
routing on the Ember side of things to display the appropriate dataThe text was updated successfully, but these errors were encountered: