Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

A proof-of-concept app for tracking one-on-one topics via Trello cards

License

Notifications You must be signed in to change notification settings

mattgwagner/RedLeg.Coaching

Repository files navigation

RedLeg.Coaching

A proof of concept app for using the Trello API and cards as a backend for tracking items for one-on-ones with my mentoring group.

Right now, it is intended to pull OAuth configuration from the appsettings.json for authentication. The settings reference is named Auth0 since that's my usual choice for doing OIDC.

Configure Trello access by setting the AppKey, AppId, and BoardId so the system knows where to pull the data from. See TrelloConfiguration.cs for information on where to get those values from.

It relies on having a tag One-on-One on cards that should be exposed in the application.

Additionally, your mentees will be tied to cards by adding a text custom field to the card with their username/authenticated email.

Not really intended to public consumption given the rough edges on configuration mentioned above. Also, performance isn't terribly great using the Manatee Trello wrapper lib.

About

A proof-of-concept app for tracking one-on-one topics via Trello cards

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published