You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
nao-web-ui/data/groups.json

80 lines
2.6 KiB

[
{
"id": "1",
"name": "React Developers",
"description": "A group for React developers to share knowledge and collaborate on projects",
"memberCount": 15,
"memberIds": ["1", "2", "3"],
"createdBy": "1",
"createdAt": "2023-08-01T10:00:00Z",
"updatedAt": "2023-10-15T14:30:00Z",
"isPrivate": false,
"tags": ["react", "frontend", "development"],
"image": "https://i.pravatar.cc/200?img=react"
},
{
"id": "2",
"name": "Product Management Circle",
"description": "Product managers discussing strategies, tools, and best practices",
"memberCount": 8,
"memberIds": ["2", "4"],
"createdBy": "2",
"createdAt": "2023-09-10T09:00:00Z",
"updatedAt": "2023-10-20T16:45:00Z",
"isPrivate": false,
"tags": ["product", "management", "strategy"],
"image": "https://i.pravatar.cc/200?img=product"
},
{
"id": "3",
"name": "UX Design Collective",
"description": "Designers sharing insights, resources, and feedback on user experience",
"memberCount": 12,
"memberIds": ["3", "6"],
"createdBy": "3",
"createdAt": "2023-07-15T11:30:00Z",
"updatedAt": "2023-09-25T13:15:00Z",
"isPrivate": false,
"tags": ["design", "ux", "ui"],
"image": "https://i.pravatar.cc/200?img=design"
},
{
"id": "4",
"name": "Engineering Leadership",
"description": "Engineering managers and tech leads discussing team management and technical strategy",
"memberCount": 6,
"memberIds": ["4", "1"],
"createdBy": "4",
"createdAt": "2023-06-20T08:00:00Z",
"updatedAt": "2023-08-30T10:20:00Z",
"isPrivate": true,
"tags": ["engineering", "leadership", "management"],
"image": "https://i.pravatar.cc/200?img=leadership"
},
{
"id": "5",
"name": "Business Strategy Network",
"description": "Business consultants and strategists sharing market insights and methodologies",
"memberCount": 10,
"memberIds": ["5", "2", "6"],
"createdBy": "5",
"createdAt": "2023-05-05T14:00:00Z",
"updatedAt": "2023-07-20T09:30:00Z",
"isPrivate": false,
"tags": ["business", "strategy", "consulting"],
"image": "https://i.pravatar.cc/200?img=business"
},
{
"id": "6",
"name": "Digital Marketing Hub",
"description": "Marketing professionals sharing campaigns, tools, and growth strategies",
"memberCount": 20,
"memberIds": ["6", "2", "5"],
"createdBy": "6",
"createdAt": "2023-04-10T12:00:00Z",
"updatedAt": "2023-06-25T15:45:00Z",
"isPrivate": false,
"tags": ["marketing", "digital", "growth"],
"image": "https://i.pravatar.cc/200?img=marketing"
}
]