Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Profile Page View #4

Open
koolamusic opened this issue Oct 5, 2020 · 0 comments
Open

Profile Page View #4

koolamusic opened this issue Oct 5, 2020 · 0 comments
Labels
frontend Issues on the stateman client hacktoberfest
Milestone

Comments

@koolamusic
Copy link
Member

Description

A profile Page for a Stateman is more like a Linkedin profile page, we try to highlight their background, years in office, achievements and the Manifesto or *Key point Agendas during their political campaign

It will also be important to note, that adding reference publications where any data collated is sourced from would improve credibility

Some Inspirations

https://www.uplabs.com/challenges/linkedin-redesign-challenge

Possible keys in the data model

     bio: {
            type: String,
        },
        name: {
            type: String,
            index: true,
            unique: true
        },
        party: {
            type: String,
            unique: true,
            lowercase: true
        },
        hometown: {
            type: String,
        },
        website: {
            type: String
        },
        "social-media": {
            type: Boolean
        },
        manifesto: {
            type: String
        },
        education: [{
            year: Date,
            institution: String,
            degree: String
        }],
        achievements: [{
            image: String,
            title: String,
            date: Date,
            tags: Array,
            status: String,
            comments: String
        }],
        recommendation: [{
            avatar: String
        }]
@koolamusic koolamusic added frontend Issues on the stateman client hacktoberfest labels Oct 5, 2020
@koolamusic koolamusic added this to the Alpha milestone Oct 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
frontend Issues on the stateman client hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant