jkmccray / cs-collectors

NSS Practice Exercise - C# Book 4 - Entity Framework and Identity Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

As a collector, I would like to be able to register as a user so that I may be able to record items I have collected independently from items others have collected

As a collector, I would like to be able to login to the collector app, so that I may be able to record items I have collected.

As a collector, I would like to be able to create a new collection and I would like that collection to have a name so that I can record items that I have collected.

As a collector, I would like to be able to edit the name of a collection, so that I can correct a naming mistake or clarify what the collection contains.

As a collector, I would like to be able to delete a collection and all collected items within it so that, when I sell a collection, I can remove it from my list.

As a collector, I would like to be able to add a new item to a collection and I would like that item to have a name and description and collected date so that I can track that I've collected a new item.

As a collector, I would like to be able to edit a collected item to change it's text, description, created date or collection so that I can correct a naming mistake or clarify what the collection contains.

As a collector, I would like to be able to delete a collected item so that, when I sell it, I can remove it from my list.

As a collector, I would like to tag my collected items from a list of pre-defined tags so that I can better describe what the item is and facilitate searching.

About

NSS Practice Exercise - C# Book 4 - Entity Framework and Identity Framework


Languages

Language:C# 68.0%Language:HTML 30.5%Language:CSS 1.3%Language:JavaScript 0.2%