Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manchicken/fuckdiabetes
A Mojolicious application to enable people to express their frustration with Diabetes.
https://github.com/manchicken/fuckdiabetes
Last synced: 18 days ago
JSON representation
A Mojolicious application to enable people to express their frustration with Diabetes.
- Host: GitHub
- URL: https://github.com/manchicken/fuckdiabetes
- Owner: manchicken
- Created: 2013-05-15T03:03:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-31T05:46:41.000Z (over 11 years ago)
- Last Synced: 2023-03-24T10:57:46.368Z (almost 2 years ago)
- Language: Perl
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
= FuckDiabetes =
The purpose of this codebase (and related website) isn't to degrade the metabolic disease of Diabetes, but instead is intended to provide a way of allowing diabtics a way of complaining, bragging, and networking with other people who are going through the same struggles as they are.= TODO =
== CLEANUP ==
So, the cleanup so far is pretty extensive. There are two reasons for that:1. I was learning Moose and Mongoose when I started the project, and I had some misapprehensions about those technologies when I started.
2. I started out using Facebook authentication, but have since decided to switch to a more generic form of authentication which I still haven't determined.Things to clean up:
- Facebook stuff
- FuckDiabetes::Data::Brag namespace is probably going to go away
- The FuckDiabetes::Data directory should probably be re-considered
- The application code should be moved into a Controller namespace