-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Website Feature Wish List #3
Comments
The list looks good to me! I know @spyc3r I talked about pull the list of By should recap I assume you mean displaying data like: event title, date & Kiwirc is fine for a web client, I have played with it in the past and +1 for list of dev resources I wouldn't do it as a mailing list, the IRC and subreddit is already enough I don't think we would want more than a brief on the homepage, we can That is just my $0.02 On Tue, Jun 24, 2014 at 1:30 PM, Kyle Gordy [email protected]
|
I've got the calendar stuff figured out, I already refactored what @dryan wrote here: https://github.com/dryan/chadev-events once, and actually google's calendar api just hit v3, making it much easier to work with (json returned, vs gdata bs) The trick will be figuring out where and how to store the list of devs that we want to use. I use google contacts for that stuff currently, where you would set a group with the contacts and whatever meta-data you wanted. It's essentially a little document database with a handy ui already written. I'm definitely not married to that, as I have to use third party tools to share management responsibility that way. I'm totally not opposed to just having a massive YAML file that either gets compiled into minified js in the build process of the site, or gets loaded using something like this:https://github.com/nodeca/js-yaml/blob/master/README.md Thoughts? |
That is good that the calendar stuff figured out, I just pushed a quick fix As for the datastore I was thinking we could use something like Redis Honestly didn't think of a static file to begin with, but if we go that On Tue, Jun 24, 2014 at 11:11 PM, Andrew Rodgers [email protected]
|
@vendion @acedrew Thanks guys for helping out on this project! I'm super excited to keep hacking away at this with you. I'll try to get some more work in tonight on the layout and such. Also, for now could we just replicate the dev list layout from chattdevs.com with just pure markdown and css? At the very least this would allow me to start playing around with how we might mark all this up. Any thoughts? |
@kylegordy No worries. Feel free to extend the |
@vendion Sounds good, will do. As for grids I'm using Bourbon Neat on the site right now. It keeps our markup super clean and is really flexible. |
What's the use case for markdown in JavaScript? Why not put the devs into a _data file and output from that? On Wednesday, June 25, 2014, Kyle Gordy [email protected] wrote:
|
Speaking of, shouldn't these have been opened on the chadev.github.io repo instead of here? |
@vendion I thought that listing all our issues here in the issues repo was the point of it 😉 |
Yeah maybe, and it is fine to have it here, I just figured issues and On Wed, Jun 25, 2014 at 5:36 PM, Kyle Gordy [email protected]
|
@vendion I'm just trolling at bit I guess 😉 We can continue these discussions on the site's repo. To help with confusion as to where to place issues should we delete this repo? Just brainstorming here. |
I think this repo still has value though, like for community structure On Wed, Jun 25, 2014 at 5:55 PM, Kyle Gordy [email protected]
|
@vendion That's a really good point, sounds good to me 👍 |
Are any of these still open, or is this issue good to close? |
Hey everyone, we're working on throwing together a site for Chadev and would love some feedback and ideas on features for the site. What would you like chadev.com to look like?
Here's some features I would love to see included:
The text was updated successfully, but these errors were encountered: