allanwalpy / 01-19-vacancy-task-1

some simple task implementation, nothing to see
MIT License
0 stars 0 forks source link

add database [entity framework core] #5

Closed allanwalpy closed 5 years ago

allanwalpy commented 5 years ago

Table Vacances

SalaryObject

subject to change: see ef core docs;

ContactPerson

subject to change: see ef core docs;

ContactPhone

subject to change: see ef core docs;

Table Organizations

Table EmploymentTypes

suggesting enum (populates on first database creation);

google: is it good practice store enum in database ef core or enum in database ef core;

suggestions

revisit asp.net core in action, read docs on ef core (phone numbers fields, etc.)

allanwalpy commented 5 years ago

hh.ru employment type: image

allanwalpy commented 5 years ago

ef core data types

allanwalpy commented 5 years ago

phone validation, + mocrosoft docs

currency formatting