Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andychase/1fiesta.com

See Events on a Map! Client-side.
https://github.com/andychase/1fiesta.com

Last synced: 1 day ago
JSON representation

See Events on a Map! Client-side.

Awesome Lists containing this project

README

        

CODENAME: GO
============

AKA 1Fiesta.com BY: Andy Chase

This is an Event Information Map displayer.

It has gone through many iterations but I have decided finally
to place the latest source online for others to view.

The most interesting files are the [coffeescript files that handle the map](/static/js/src).

VERSIONS
--------

As of 2013:

* Event scrapper re-written 3 times.
* Minimal public viewing based on ElasticSearch

As of 12-27:

* Event scrapper scrapped.
* Re-implement login for event adding

As of 8-25:

* Completely new brand. 1Fiesta.
* New focus, not on social features.

As of 8-24:

* 13 Models
* ~11 templates
* Basic style, navigation

As of 7-24:

* Google maps
* Jquery ajax (later removed)
* Mindmap of structure

As of 7-2:

* 5 models
* 9 assertions

As of 6-23:

* Basic framework established
* VERY basic testing css layout

As of 1-16:

* Well, the functionalities basically all there.
* What next?

PLAN
----------------------------

Next:

* ~~Todo above~~
~~-Product done-~~
* ~~Testing~~
* ~~Improvements~~
* Person testing
* JS Unit testing
* Cheap Marketing
* Magazines

Later:

* Professional styling
* ~~Partner with sources~~ Event Scraper
* Slow improvements

CODING STYLE
------------
```
$likethis
$nocaps
$more_than_three_words_use_underscores

functionname()
really_long_function()
```

LICENSE
-------
The MIT License (MIT)

Copyright (c) 2008-2015 Andrew Chase

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.