[About Page] Add a list of members to dynamically add to the page #8

Closed
opened 2025-11-22 14:12:28 -05:00 by reality-exe · 8 comments
reality-exe commented 2025-11-22 14:12:28 -05:00 (Migrated from gitea.uninetwork.net)
No description provided.
reality-exe commented 2025-11-28 14:36:58 -05:00 (Migrated from gitea.uninetwork.net)

Thought about this format @reality-exe

[
  {
    "name": "",
    "role": "",
    "bio": "<somewhat small description?>",
    "picture": "<path to image?>",
    "socials": [
      {
        "icon": "simple-line-icons:envelope",
        "link": ""
      }
    ]
  }
]
Thought about this format @reality-exe ```json [ { "name": "", "role": "", "bio": "<somewhat small description?>", "picture": "<path to image?>", "socials": [ { "icon": "simple-line-icons:envelope", "link": "" } ] } ] ```
reality-exe commented 2025-11-28 15:37:16 -05:00 (Migrated from gitea.uninetwork.net)

Yup this is about what I actually had in mind. The picture will just be the filename since all the member profile pictures will be in /public/images/team.

Yup this is about what I actually had in mind. The picture will just be the filename since all the member profile pictures will be in `/public/images/team`.
reality-exe commented 2025-11-28 16:39:02 -05:00 (Migrated from gitea.uninetwork.net)

Maybe change it a lil bit to this one so we can have separate sections

[
  {
    "role": "<Role Name>",
    "members": [
      {
        "name": "",
        "role": "MAYBE GET RID OF THIS FIELD?", 
        "bio": "",
        "picture": "<file.ext>",
        "socials": [
          {
            "icon": "<simple-line-icons:envelope>",
            "link": ""
          },
          ...
        ]
      },
      ...
    ]
  },
  ...
]

Maybe change it a lil bit to this one so we can have separate sections ```json [ { "role": "<Role Name>", "members": [ { "name": "", "role": "MAYBE GET RID OF THIS FIELD?", "bio": "", "picture": "<file.ext>", "socials": [ { "icon": "<simple-line-icons:envelope>", "link": "" }, ... ] }, ... ] }, ... ] ```
reality-exe commented 2025-11-28 16:42:57 -05:00 (Migrated from gitea.uninetwork.net)

Yea this would work out better for dynamically generating the content since we'd have multiple sections. The role field in the member list can be removed since that's already specified in the parent object

Yea this would work out better for dynamically generating the content since we'd have multiple sections. The role field in the member list can be removed since that's already specified in the parent object
reality-exe commented 2025-11-28 18:54:11 -05:00 (Migrated from gitea.uninetwork.net)

@canudo if you could actually remove app/pages/lectures.vue from 436bfef6 since that branch is for the about/members page and i could create a new branch to work on the lectures stuff

@canudo if you could actually remove `app/pages/lectures.vue` from 436bfef6 since that branch is for the about/members page and i could create a new branch to work on the lectures stuff
reality-exe commented 2025-11-28 18:59:16 -05:00 (Migrated from gitea.uninetwork.net)

assigned to @canudo

assigned to @canudo
reality-exe commented 2025-12-01 18:32:58 -05:00 (Migrated from gitea.uninetwork.net)

mentioned in merge request !1

mentioned in merge request !1
reality-exe commented 2025-12-02 00:02:24 -05:00 (Migrated from gitea.uninetwork.net)

mentioned in commit 518a8cc0ac

mentioned in commit 518a8cc0ac25f95f5a6d3d81dfb54baa84783a52
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
degentech/web#8
No description provided.