feat: rebuild Team Mode as local-only snapshot exchange (no server)#61
Closed
vanditmakwana55 wants to merge 5 commits into
Closed
feat: rebuild Team Mode as local-only snapshot exchange (no server)#61vanditmakwana55 wants to merge 5 commits into
vanditmakwana55 wants to merge 5 commits into
Conversation
Author
|
@microsoft-github-policy-service agree |
Contributor
|
Thank you @vanditmakwana55 for putting this together — the effort and thoughtfulness here is appreciated! 🙏 That said, Team Mode is not a priority for the project right now. We want to keep the extension focused on the core local-only coaching experience for the time being. The design ideas from your work have been captured in #57 for future reference. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes the direction requested in #57
What this PR does
This is a complete rebuild of the Team Mode feature using a fully
local, server-free approach based on the feedback from PR #56 and
the design ideas preserved in Issue #57.
What changed from the previous PR
The previous PR (#56) used a Cloudflare Workers backend and D1
database. Microsoft asked us to remove the server-side component
entirely. This PR does exactly that.
Old approach (PR #56):
Developer → Cloud Server → Team Dashboard
New approach (this PR):
Developer → Local File Export →
Team Lead imports file → Local Dashboard
What was removed
What was built
scores, token totals, anti-pattern counts, week over week deltas
or session text are ever written to the snapshot file
Privacy guarantee
Verification
Related