Skip to content

Instantly share code, notes, and snippets.

View renatomarinho's full-sized avatar
🚀
GitScrum

Renato Marinho renatomarinho

🚀
GitScrum
View GitHub Profile
@renatomarinho
renatomarinho / clean-docker.sh
Created September 3, 2023 21:24 — forked from hungbang/clean-docker.sh
Stop all docker processes, remove all containers, remove all images
# stop all processes
docker stop $(docker ps -aq)
# remove all containers
docker rm $(docker ps -aq)
# remove all images
docker rmi $(docker images -aq)
# delete all volumes
{
"data": [
{
"id": 546,
"code": "#US-16",
"slug": "stories-fit-neatly-into-agile-frameworks-60eeff777ee79",
"title": "Stories fit neatly into agile frameworks like scrum and kanban. In scrum, user stories are added to sprints and “burned down” over the duration of the sprint. Kanban teams pull user stories into their backlog and run them through their workflow. It’s this work on user stories that help scrum teams get better at estimation and sprint planning, leading to more accurate forecasting and greater agility. Thanks to stories, kanban teams learn how to manage work-in-progress (WIP) and can further refine their workflows.\n\n",
"priority": {
"id": 3,
"title": "Must Have",
{
"title": "Show task names next to Gantt chart bars in Project desktop",
"description": "It is my first task"
}
{
"data": {
"uuid": "95d032f1-64ff-4498-89c2-e6f438db6b55",
"code": "#TK-7",
"value_fixed": null,
"effort": {
"title": "0",
"effort": "0.00"
},
"type": {
{
"data": {
"uuid": "c5bde702-438b-438a-9911-fd90076d77da",
"code": "#TK-1",
"value_fixed": "0.00",
"effort": {
"title": "0",
"effort": "0.00"
},
"type": {
{
"data": [
{
"uuid": "c5bde702-438b-438a-9911-fd90076d77da",
"code": "#TK-1",
"value_fixed": "0.00",
"effort": {
"title": "0",
"effort": "0.00"
},
{
"id": 1484,
"title": "Won’t have",
"description": "features that have been reqeusted but are explicitly excluded from scope for the planned duration, and may be included in a future phase of development.",
"slug": "wont-have",
"type": "user_stories",
"color": "#A1A2A3",
"position": 3,
"default": false
}
{
"title": "Won’t have",
"description": "features that have been requested but are explicitly excluded from scope for the planned duration, and may be included in a future phase of development.",
"color": "#A1A2A3",
}
{
"data": [
{
"id": 1481,
"title": "Must have",
"description": "features that must be included before the product can be launched. It is good to have clarity on this before a project begins, as this is the minimum scope for the product to be useful.",
"slug": "must-have",
"type": "user_stories",
"color": "#ED1B35",
"position": 0,
{
"title": "Extra Large",
"description": "T-Shirt",
"effort": "12",
}