https://github.com/marcusoftnet/abbesays
A small site to keep track of my kids quotes
https://github.com/marcusoftnet/abbesays
Last synced: 30 days ago
JSON representation
A small site to keep track of my kids quotes
- Host: GitHub
- URL: https://github.com/marcusoftnet/abbesays
- Owner: marcusoftnet
- Created: 2011-11-27T19:26:15.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-07-16T19:54:59.000Z (almost 13 years ago)
- Last Synced: 2025-12-05T21:25:36.756Z (7 months ago)
- Language: C#
- Homepage:
- Size: 13.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme
Awesome Lists containing this project
README
Abbe Says is a small site in which I'm planning to keep track of the fun quotes that Albert (Abbe) and my other sons Gustav and Arvid eventually will drop.
Oh yeah - it's for me too. To learn loads of great stuff. Like NancyFx, SimpleData and SpecFlow. I will code this in english since I probably will cut some code here that will be used on www.marcusoft.net
I will for now not build the possiblity to register but build the datamodel so that it will hold more parents.
Here's my backlog
- View all quotes
- View quotes per kid
- View quote details
- Like (via Facebook)
- Comment on quote
- Log in via Basic Authentication
- Create new kid
- Create new quote
- Update quote details
- Update kid details
- Create new account
MainModule
http://abbe-sa.se
- Top 10 totalt quotes
- Kanske top 10 kids
- Kanske top tio families
FamilyModule
http://www.abbe-sa.se/{familiyName}
- Alla qoutes (paged)
- Top 10 l�nk
- L�nk till alla barn
http://www.abbe-sa.se/{familiyName}/Top10
- Top10
KidModule
http://www.abbe-sa.se/{familiyName}/Kid/{kidName}/
- Info om ett barn
- Barnets citat (paged)
Quotes
http://www.abbe-sa.se/{familiyName}/Quote/{id}
- Visar ett citat
QuotesAdmin
http://www.abbe-sa.se/{familiyName}/Quote/Create
http://www.abbe-sa.se/{familiyName}/Quote/Edit/{id}