Conversation
Mekebrown
force-pushed
the
add-definitions
branch
from
June 30, 2023 01:47
4911fd9 to
45b38ad
Compare
Mekebrown
requested review from
VoluptuousAllure,
chris-watson,
colinwilliams91 and
mnyon-grandkru
July 5, 2023 18:53
| Building and running applications in a way that fully utilizes the benefits provided by cloud environments. It involves developing applications as a collection of loosely coupled, independently deployable services, often referred to as microservices, which can be scaled independently based on demand. Ex. iCloud storage | ||
|
|
||
| ## Container | ||
| A code sandbox; A standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another. It is a unit of a runnable application inside of an image. Please see Image (Container) for more information. A holder of program images (please see Images for more information.), used for transport. Ex. A Docker container of the nginX image |
There was a problem hiding this comment.
Is it worth having related terms at the end of each term, like "see Docker", with a link to Docker definition?
There was a problem hiding this comment.
Also, nginx has that capital X at the end.
| Tests user scenarios and various path conditions by verifying that the system runs and performs tasks accurately with the same set of data from beginning to end, as intended. Ex. Observing the process of a visiting guest becoming a user with an account filled with data laid out in a test plan. | ||
|
|
||
| ## Enhancement (Pull Request Label) | ||
| Any alteration or modification to the existing system for better workflow and process. Ex. Adding a _business_ resource type. |
| ## Queer | ||
| A term used to describe a person who is not heterosexual. Ex. A queer senior citizen | ||
|
|
||
| ## Refactor |
There was a problem hiding this comment.
Is this refactor as a verb, or a noun?
| ## Scope Creep | ||
| When a project grows beyond its original goals and objectives. Any open-source project must keep its app's scope reasonable, especially for a first version that is free. | ||
|
|
||
| ## SemVer |
| 3. Minor: The bug causes the system to produce incorrect, incomplete, inconsistent results, but the system is usable. | ||
|
|
||
| ## Spike | ||
| A document consisting of a researched summary of a feature or tool that is a possible addition to the application at hand; A document that is used to determine the viability of a feature or tool. Ex. The Ory Kratos spike in [QG-docs](https://github.com/QueerGlobal/qg-docs) |
There was a problem hiding this comment.
Nice reference on the spike definition!
mnyon-grandkru
requested changes
Aug 19, 2023
mnyon-grandkru
left a comment
There was a problem hiding this comment.
I like the definitions document. I think another word for that is glossary. The definitions name is fine as is. I've got some small single comments, but for the most part, I like.
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.
Add a definitions document to make the more niche and/or frequently-used terms clearer for all developers. This will help us better learn about what areas of the app and its meanings we are individually responsible for.
Icons in Roadmap Board of Tickets - Will have images linked after pull request #16 is merged.