initial design of domain
All checks were successful
Log every push / log-push (push) Successful in 2s
All checks were successful
Log every push / log-push (push) Successful in 2s
This commit is contained in:
13
theInterfacePro/Code/Core/UserStory.cs
Normal file
13
theInterfacePro/Code/Core/UserStory.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Code;
|
||||
|
||||
public class UserStory
|
||||
{
|
||||
public string Title {get; set;}
|
||||
public string Requirement {get; set;}
|
||||
public int StoryPoints {get; set;}
|
||||
public string FitnesseTestTitle {get; set;}
|
||||
public List<string> EventsInOrder { get; set; }
|
||||
|
||||
public bool IsComplete {get; set;}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user