Skip to content
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

Roadmap #7

Open
3 of 14 tasks
dinever opened this issue Apr 24, 2016 · 9 comments
Open
3 of 14 tasks

Roadmap #7

dinever opened this issue Apr 24, 2016 · 9 comments
Labels

Comments

@dinever
Copy link
Collaborator

dinever commented Apr 24, 2016

Tests:

  • Using GoConvey for Behavior Driven Tests/Development

Post:

Others:

Dashboard:

Front-end:

Model/Database:

  • Tidy sql_stmt.go
  • Migration from Ghost

API:

@samdfonseca
Copy link
Collaborator

@dinever I've got some free time over the next few days to work on #6 here, and it'd be great to get a few more details on what you're looking for.

@dinever
Copy link
Collaborator Author

dinever commented May 19, 2016

@samdfonseca Let's try to implement /api/posts first. We can have several parameters to filter the result. For example:

/api/posts?page=1&limit=5&order=published_at should return the first 5 posts order by the field published_at

@bentranter
Copy link
Collaborator

@samdfonseca wanna work together, or split the work up on the API? I was going to work on it for awhile tonight, I'm on the Gophers Slack if you want to communicate there

@samdfonseca
Copy link
Collaborator

@bentranter yea that sounds great. i went ahead and make a dingo gitter room (https://gitter.im/dingoblog) but if slack works better for you im down to use that

@TimothyYe
Copy link
Contributor

Do we have a plan to manage all the vendor packages?
There are some Go package management tools to choose:

Godep
Govendor
godm
vexp
gv
gvt - Recursively retrieve and vendor packages.
govend
Glide

@bentranter
Copy link
Collaborator

I happened to see on my GitHub feed that @samdfonseca created a vendor branch the other day with Godep (creepy I know, haha). I think I've tried every vendoring tool so far and don't really have a preference, but Godep is a good one. Makes it really easy to update vendored packages too which is nice.

@TimothyYe
Copy link
Contributor

TimothyYe commented May 25, 2016

Yep, I tried both Godep & Glide are good options.

@samdfonseca
Copy link
Collaborator

haha i thought i snuck that in @bentranter. yea that was made out of frustration ive been having dealing with different versions of dependencies. let me know if i should pr it and ill sort out any conflicts if there are any.

@bentranter
Copy link
Collaborator

@samdfonseca I think you should PR it, I'm cool with using Godep

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants