Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try and summarize Open API discussion. #171

Merged
merged 5 commits into from
Dec 12, 2018
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion radar.csv
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,7 @@ Physical whiteboards,adopt,tools,true,"Some teams use physical whiteboards for i
"System.IO.Compression",adopt,languages and frameworks,true,"System.IO.Compression is the .Net Framework/Core provided set of compression and decompression services for streams."
"ReSpeller using AmE",adopt,tools,true,"<a href='https://www.jetbrains.com/help/resharper/Spell_Checking.html'>ReSpeller</a> is a spell-checking engine integrated with ReSharper. We use American English to be consistent with .NET Framework and other 3rd party libraries. Additional words are stored in a solution team-shared settings file (*.sln.DotSettings)."
"Kaizen Rota",explore,techniques,true,"Dedicated time to perform Kaizen/Technical Direction activities whilst working with the Coaches. Currently being trialed by the SQL Crackers / Hammerheads teams working on SQL Monitor."
"User Stories",explore,techniques,true,"User stories are short, simple description of a feature as described from the perspective of end users. They typically follow a simple template, As a X, I want Y to achieve Z. Both Versioning & Automation and the Prompt are using this approach."
"User Stories",explore,techniques,true,"User stories are short, simple description of a feature as described from the perspective of end users. They typically follow a simple template, As a X, I want Y to achieve Z. Both Versioning & Automation and the Prompt are using this approach."
"Open API specification",adopt,techniques,true,"Our public web-based APIs are built according to the <a href='https://www.openapis.org/'>Open API</a> specification."
fffej marked this conversation as resolved.
Show resolved Hide resolved
"NSwag",explore,languages and frameworks,true,"An implementation of the Open API specification currently being explored by the Data Catalog team."
"Swashbuckle",explore,languages and frameworks,true,"An implementation of the Open API specification currently being explored by the Versioning teams for providing the out-of-process APIs."