New Features
I'm continuing development of my project Social Meal, Web API Part.
New Feature
In this contribution I focus about user profile data. During the registration User have to write his first name and surname. Until now there was no chance to change it after registration. The whole user profil consist:
- first name
- surname
- description
- avatar
- list of favourites food types
and much more information connected with session, authorization and others visible only for admin - in future.
Below are some screen of new features from Swagger,
Implementation
The implementation contains:
- create new controller with get and put method
- add resources for publish user profile and download
- add resource for favourite foods
- add and config automapper including IoC container for Dependency Injection
- add profile service
Github project link: SocialMeal
Github my profile: Arkaady/piach
Links for commits for this features:
Posted on Utopian.io - Rewarding Open Source Contributors