Social Meal - social application - update and add new features

Words
156
Reading
1 min
Listen
Play
9y

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
  • email

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,
image.png

image.png

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

image.png

Github project link: SocialMeal
Github my profile: Arkaady/piach

Links for commits for this features:



Posted on Utopian.io - Rewarding Open Source Contributors

Social Meal - social application - update and add new features | Ecency