Frontend Clients and Integration Ideas #12
RocketDelivery2
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TeamBuilder is designed to be frontend-agnostic.
The ASP.NET Core Web API should support any client that can call HTTP APIs and work with JSON.
Possible clients
TeamBuilder could eventually support:
API-first principle
The API should not assume one frontend.
The backend should provide:
Why this matters
A team-building platform is more powerful when it is not locked into one interface.
Some users may prefer a mobile app.
Some communities may prefer a simple website.
Some organizers may want to embed TeamBuilder into an existing page.
Some platforms may want to integrate directly with the API.
Some contributors may want to build their own client.
TeamBuilder should make all of that possible.
Discussion questions
Build the API once. Allow many clients to participate.
Beta Was this translation helpful? Give feedback.
All reactions