Create "Help Wanted" table / model #15

Closed
opened 2021-06-20 00:55:13 +00:00 by danieljsummers · 1 comment
danieljsummers commented 2021-06-20 00:55:13 +00:00 (Migrated from github.com)

Create a table to hold the following data items for a job posting:

  • Citizen
  • Created Date
  • Title
  • Continent
  • Region
  • Remote (yes/no)
  • Description (free-form, Markdown)
  • Needed By Date
  • Last Updated Date
  • Expired (yes/no)
  • Filled Here (yes/no)

Create the accompanying C# model and EF Core DbSet.

Modify the success story table to include "source", and fill all existing rows with "profile" as the source. ("posting" will be the other)

Create a table to hold the following data items for a job posting: - Citizen - Created Date - Title - Continent - Region - Remote (yes/no) - Description (free-form, Markdown) - Needed By Date - Last Updated Date - Expired (yes/no) - Filled Here (yes/no) Create the accompanying C# model and EF Core `DbSet`. Modify the success story table to include "source", and fill all existing rows with "profile" as the source. ("posting" will be the other)
danieljsummers commented 2021-06-20 02:21:20 +00:00 (Migrated from github.com)

Table creation is done, and DbContext is valid with new fields added

Table creation is done, and `DbContext` is valid with new fields added
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bit-badger/jobs-jobs-jobs#15
No description provided.