-
Example:
``` js
[
{
owner: "cofounders",
plan: 1, // plan ID: 1-8
user: "cbas" // user ID of the user paying for the plan
}
]
```
-
Maybe something on the lines of http://webuild.sg/#events.
This can be sent around as a link.
-
amend `CONTRIBUTING.md` to add [AngularJS commit message guidelines](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit-message-format)
-
Invalid pages return Express errors. For eg. http://webuild.sg/hello
This is great, but maybe from a UX perspective, a nicer looking page can be returned denoting the error.
-
to filter out single paid events as webuild only lists free events. meetup has a [fee field](http://www.meetup.com/meetup_api/docs/events/#response) to check.
-
suggested change in CSS:
```
h1 {
font-size: min(10rem, 14vw);
}
```
But [this is not compiling in SASS](https://www.google.com.sg/search?q=sass+Incompatible+units) if the units are different. W…
-
with [ENV](https://docs.docker.com/reference/builder/#env)
-
XX-YY-ZZZZ date formats can confuse the Americans. It's safer to use the XXXX-YY-ZZ format.
-
Remove symbols from the creation of hashes [here](https://github.com/webuildsg/webuild/blob/master/app.js#L81) so that `hash` properties don't have these symbols in the api endpoint `/api/events`
Sym…
-
As mentioned in the subject :-) I might contribute and resolve this issue myself in due course...but if someone is more interested and more free, feel free to help me :-P