StefanieMikloska / theAgenda

0 stars 0 forks source link

Initial scaffolding for the front-end #3

Closed nfrasser closed 10 years ago

nfrasser commented 10 years ago

Includes

nfrasser commented 10 years ago

Don't merge this yet. I'll let you know when it's ready with a comment and a "code review" tag :). I just like doing it early to get feedback as I'm working.

nfrasser commented 10 years ago

Here's what the Sublime definition for this project should look like (once you save your project, you can access the project file by going to Project > Edit Project).

Will probably add to it once the server's in place, but the important options to have are folder_exclude_patterns and trim_trailing_white_space_on_save. Still have to figure out indentation preferences.

{
    "folders":
    [
        {
            "follow_symlinks": true,
            "path": "/Users/stefanie/GitHub/StefanieMikloska/theAgenda",
            "folder_exclude_patterns": [
                "node_modules",
                "client/vendor"
            ]
        }
    ],
    "settings": {
        "trim_trailing_white_space_on_save": true,
        "translate_tabs_to_spaces": false,
        "line_ending": "LF"
    }
}

Edit: More info

nfrasser commented 10 years ago

Check out this bad boy! screen shot 2014-03-15 at 8 42 27 pm

Got a nice front end going for the courses tab with a couple of fixtures for highest level of realism. Nothing crazy or smart yet, but a good starting point. Really digging my new build tools.

nfrasser commented 10 years ago

@StefanieMikloska you can get this on your end by following the setup instructions on README.md.

Also check out the fixtures https://github.com/StefanieMikloska/theAgenda/tree/master/client/scripts/fixtures

They'll give you an example of the kind of format I'd like from the API :)