live-wire / community

Making institution management fun. 💾
3 stars 2 forks source link

Upcoming Tasks #3

Open live-wire opened 5 years ago

live-wire commented 5 years ago

Backend Tasks

Frontend Tasks

live-wire commented 5 years ago

Finished all the backend tasks! 👨‍🍳

See this section in the Backend-Readme!

live-wire commented 5 years ago

Frontend Task updates:

New Backend Tasks:

live-wire commented 5 years ago

@mohinderps Please get rid of the security vulnerabilities in the dependencies 🐶

mohinderps commented 5 years ago

JSON for student profile. [ { title: 'Personal Details', fields: [ { label: 'Nickname', placeholder: 'Nickname' }, { label: 'Hometown', placeholder: 'Hometown' }, { label: 'Homepage', placeholder: 'Homepage' } ] }, { title: 'Social Networks', fields: [ { label: 'Facebook', placeholder: 'Facebook' }, { label: 'Google', placeholder: 'Google' }, { label: 'Twitter', placeholder: 'Twitter' }, { label: 'Linkedin', placeholder: 'Linkedin' } ] }, { title: 'Contact Information', fields: [ { label: 'Email', placeholder: 'Email' }, { label: 'Phone', placeholder: 'Phone' }, { label: 'City', placeholder: 'City' }, { label: 'State', placeholder: 'State' }, { label: 'Country', placeholder: 'Country' } ] }, { title: 'Education and Work', fields: [ { label: 'High School', placeholder: 'High School' }, { label: 'University', placeholder: 'University' } ] } ]