Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

made model for Training Programs #5

Merged
merged 5 commits into from
Sep 14, 2018
Merged

made model for Training Programs #5

merged 5 commits into from
Sep 14, 2018

Conversation

AmandaM04
Copy link
Contributor

Purpose: create a model for Training Programs

How it fits in context of the project: establishes a get and set for the required information for this class to work.

Specific Feature affected:

How to test (Be thorough!): pull down to make sure that there are no conflicts. Check to see if you think all specified information is what you need to make this interaction work

public string ProgramName { get; set; }
public string MaxAttendees { get; set; }

public List<TrainingPrograms> TrainingProgramsList = new List<TrainingPrograms>();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't need a list of itself inside itself.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But, it looks like it will need a list, of Employees who are enrolled in that program.
nashville-software-school/csharp-bangazonapi-boilerplate#9

Copy link

@Rian501 Rian501 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please adjust the list.

Copy link
Contributor

@JewelRam JewelRam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the fixes, looks good

Copy link

@Rian501 Rian501 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@AmandaM04 AmandaM04 merged commit eed4356 into master Sep 14, 2018
@AmandaM04 AmandaM04 deleted the am-Models branch September 14, 2018 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants