init local package repo
This commit is contained in:
@@ -0,0 +1,210 @@
|
||||
{
|
||||
"backup_at": "2026-02-27T16:42:14.902533Z",
|
||||
"version": 1,
|
||||
"updated_at": "2026-02-27 16:42:14",
|
||||
"grid": {
|
||||
"columns": [
|
||||
{
|
||||
"id": "investor_name",
|
||||
"label": "Investor Name",
|
||||
"type": "text",
|
||||
"width": 220
|
||||
},
|
||||
{
|
||||
"id": "contacts",
|
||||
"label": "Contacts",
|
||||
"type": "contacts",
|
||||
"width": 260
|
||||
},
|
||||
{
|
||||
"id": "log_action",
|
||||
"label": "Log",
|
||||
"type": "action",
|
||||
"readOnly": true,
|
||||
"width": 90
|
||||
},
|
||||
{
|
||||
"id": "notes",
|
||||
"label": "Notes / Communication / Outreach",
|
||||
"type": "longtext",
|
||||
"width": 420
|
||||
},
|
||||
{
|
||||
"id": "notes_last_modified",
|
||||
"label": "Notes Last Modified",
|
||||
"type": "date",
|
||||
"readOnly": true,
|
||||
"width": 180
|
||||
},
|
||||
{
|
||||
"id": "last_communication_date",
|
||||
"label": "Last Communication Date",
|
||||
"type": "date",
|
||||
"readOnly": true,
|
||||
"width": 195
|
||||
},
|
||||
{
|
||||
"id": "priority",
|
||||
"label": "Priority",
|
||||
"type": "checkbox",
|
||||
"width": 110
|
||||
},
|
||||
{
|
||||
"id": "follow_up",
|
||||
"label": "Follow up",
|
||||
"type": "checkbox",
|
||||
"width": 110
|
||||
},
|
||||
{
|
||||
"id": "lead",
|
||||
"label": "Lead",
|
||||
"type": "select",
|
||||
"options": [
|
||||
"JK",
|
||||
"Grant",
|
||||
"MB",
|
||||
"Parker",
|
||||
"Other"
|
||||
],
|
||||
"width": 130
|
||||
},
|
||||
{
|
||||
"id": "graveyard",
|
||||
"label": "Graveyard",
|
||||
"type": "checkbox",
|
||||
"width": 115
|
||||
},
|
||||
{
|
||||
"id": "fund_i",
|
||||
"label": "Fund I",
|
||||
"type": "currency",
|
||||
"isFund": true,
|
||||
"width": 130
|
||||
},
|
||||
{
|
||||
"id": "fund_ii",
|
||||
"label": "Fund II",
|
||||
"type": "currency",
|
||||
"isFund": true,
|
||||
"width": 130
|
||||
},
|
||||
{
|
||||
"id": "fund_iii",
|
||||
"label": "Fund III",
|
||||
"type": "currency",
|
||||
"isFund": true,
|
||||
"width": 130
|
||||
},
|
||||
{
|
||||
"id": "tactical_fund",
|
||||
"label": "Tactical Fund",
|
||||
"type": "currency",
|
||||
"isFund": true,
|
||||
"width": 140
|
||||
},
|
||||
{
|
||||
"id": "pawn_to_e4",
|
||||
"label": "Pawn to E4",
|
||||
"type": "currency",
|
||||
"isFund": true,
|
||||
"width": 130
|
||||
},
|
||||
{
|
||||
"id": "ten31_terahash",
|
||||
"label": "Ten31 Terahash",
|
||||
"type": "currency",
|
||||
"isFund": true,
|
||||
"width": 150
|
||||
},
|
||||
{
|
||||
"id": "sats_and_stats",
|
||||
"label": "Sats and Stats",
|
||||
"type": "currency",
|
||||
"isFund": true,
|
||||
"width": 140
|
||||
},
|
||||
{
|
||||
"id": "pawn_to_f4",
|
||||
"label": "Pawn to f4",
|
||||
"type": "currency",
|
||||
"isFund": true,
|
||||
"width": 130
|
||||
},
|
||||
{
|
||||
"id": "join_the_fold",
|
||||
"label": "Join the Fold",
|
||||
"type": "currency",
|
||||
"isFund": true,
|
||||
"width": 130
|
||||
},
|
||||
{
|
||||
"id": "total_invested",
|
||||
"label": "Total invested",
|
||||
"type": "rollup",
|
||||
"readOnly": true,
|
||||
"width": 150
|
||||
},
|
||||
{
|
||||
"id": "tactical_fund_commit_date",
|
||||
"label": "Tactical Fund Commit Date",
|
||||
"type": "date",
|
||||
"width": 180
|
||||
}
|
||||
],
|
||||
"rows": []
|
||||
},
|
||||
"views": [
|
||||
{
|
||||
"id": "view-main",
|
||||
"name": "Main Fundraising",
|
||||
"filters": {
|
||||
"includeGraveyard": false,
|
||||
"graveyardOnly": false,
|
||||
"followUpOnly": false,
|
||||
"lead": ""
|
||||
},
|
||||
"quickSearch": "",
|
||||
"hiddenColumns": [],
|
||||
"columnFilters": []
|
||||
},
|
||||
{
|
||||
"id": "view-followup",
|
||||
"name": "Follow-up List",
|
||||
"filters": {
|
||||
"includeGraveyard": false,
|
||||
"graveyardOnly": false,
|
||||
"followUpOnly": true,
|
||||
"lead": ""
|
||||
},
|
||||
"quickSearch": "",
|
||||
"hiddenColumns": [],
|
||||
"columnFilters": []
|
||||
},
|
||||
{
|
||||
"id": "view-graveyard",
|
||||
"name": "Graveyard",
|
||||
"filters": {
|
||||
"includeGraveyard": true,
|
||||
"graveyardOnly": true,
|
||||
"followUpOnly": false,
|
||||
"lead": ""
|
||||
},
|
||||
"quickSearch": "",
|
||||
"hiddenColumns": [],
|
||||
"columnFilters": []
|
||||
},
|
||||
{
|
||||
"id": "view-all",
|
||||
"name": "All Investors",
|
||||
"filters": {
|
||||
"includeGraveyard": true,
|
||||
"graveyardOnly": false,
|
||||
"followUpOnly": false,
|
||||
"lead": ""
|
||||
},
|
||||
"quickSearch": "",
|
||||
"hiddenColumns": [],
|
||||
"columnFilters": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user