An open API service indexing awesome lists of open source software.

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

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}