Skip to content

Instantly share code, notes, and snippets.

@squarelabsgit
Last active June 30, 2023 21:38
Show Gist options
  • Select an option

  • Save squarelabsgit/15065659b7a977f6d04d27e50608ee75 to your computer and use it in GitHub Desktop.

Select an option

Save squarelabsgit/15065659b7a977f6d04d27e50608ee75 to your computer and use it in GitHub Desktop.
Sorting Maps - Key Value Data

Task Key & Task Data

{
    "2023-07-01-5775875000000545579": {
        "id": "5775875000000545579",
        "Task_Name": "Prepare Report",
        "Status": "In Progress",
        "Due_Date": "2023-07-01"
    },
    "2023-06-08-5775875000000545580": {
        "id": "5775875000000545580",
        "Task_Name": "Run Competitor Analysis",
        "Status": "Not Started",
        "Due_Date": "2023-06-08"
    },
    "2023-07-15-5775875000000545581": {
        "id": "5775875000000545581",
        "Task_Name": "Get Approval of Scope",
        "Status": "Not Started",
        "Due_Date": "2023-07-15"
    },
    "2023-07-22-5775875000000545582": {
        "id": "5775875000000545582",
        "Task_Name": "Send Project Invoice",
        "Status": "Not Started",
        "Due_Date": "2023-07-22"
    },
    "2023-06-21-5775875000000545583": {
        "id": "5775875000000545583",
        "Task_Name": "Follow up",
        "Status": "In Progress",
        "Due_Date": "2023-06-21"
    },
    "2023-06-06-5775875000000545584": {
        "id": "5775875000000545584",
        "Task_Name": "Create Purchase Order",
        "Status": "In Progress",
        "Due_Date": "2023-06-06"
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment