Method | Description | |
---|---|---|
BadgeController ( IRepositoryFactory repositoryFactory ) : System | ||
Browse ( ) : System.Web.Mvc.ActionResult |
Browse all badges in the system
|
|
Create ( ) : System.Web.Mvc.ActionResult |
Create a new badge!
|
|
Earn ( System.Guid id ) : System.Web.Mvc.ActionResult |
Earn a badge by associating experiences and work
|
|
Fulfillments ( System.Guid id ) : System.Web.Mvc.ActionResult |
Return fulfillments for a given badge
|
|
Index ( ) : System.Web.Mvc.ActionResult | ||
MyBadges ( ) : System.Web.Mvc.ActionResult |
Shows all badges you have earned as well as badges you are working on
|
|
MyExperiences ( string filter ) : System.Web.Mvc.ActionResult |
Returns work associated with this student, optionally filtered by a 'search' string
|
|
MyWork ( string filter ) : System.Web.Mvc.ActionResult |
Returns experinces that match the work name passed in as a filter
|
Method | Description | |
---|---|---|
AssociateWorkWithCriterion ( BadgeSubmission submission, IEnumerable |
||
Create ( |
||
Earn ( System.Guid id, |
||
GetBadgeAddModel ( ) : |
||
GetWorkForExperiences ( IQueryable |
||
Submit ( System.Guid id, |
public BadgeController ( IRepositoryFactory repositoryFactory ) : System | ||
repositoryFactory | IRepositoryFactory | |
return | System |
public Browse ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Earn ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
id | System.Guid | Badge Id |
return | System.Web.Mvc.ActionResult |
public Fulfillments ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
id | System.Guid | BadgeId |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public MyBadges ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public MyExperiences ( string filter ) : System.Web.Mvc.ActionResult | ||
filter | string | Currently filters by name of experience |
return | System.Web.Mvc.ActionResult |
public MyWork ( string filter ) : System.Web.Mvc.ActionResult | ||
filter | string | Name of a specific work (or set of works) |
return | System.Web.Mvc.ActionResult |