DemocraciaEnRed/hechalaley

Add Politician missing fields

mjlescano opened this issue · 0 comments

Bio

For a brief description of the politician. Somthing like twitter's Bio.

Party

e.g.: Coalición Cívica

Social Contact

The PoliticianSchema should have something like:

{
  // ...
  social: [{
    value: String
    media: {
        type: String,
        enum: ['facebook', 'email', 'twitter', 'linkedin']
    }
  }]
  // ...
}

Meant to populate this links on profile view:
screen shot 2016-04-05 at 03 01 01

Comissions

To show a list of the comissions she/he belongs.

Bills

To show a list of the bills she/he participated. Beign an author o cosigning it, or editing it.