-
Notifications
You must be signed in to change notification settings - Fork 4
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
"Create filter and sorting logic and query statements for projects" task #57
Comments
Sorting of.... Projects list Bids for a project Developers list School Country hope this helps, call me for more info :) On Sun, Oct 30, 2011 at 11:54 PM, Mark Chen <
|
We can't use filter and sort in angular cos it will only apply on the |
Queries are a lot harder than you think because a search isn't as |
in that case, do u need us to revise the way we sort our tables with chris? On Mon, Oct 31, 2011 at 7:08 AM, Daniel Tsou <
|
Don't need. I'll just sort according to what you guys tell me. |
@kennethkok Wait, for projects why can't they just be sorted according to the date they were created? |
They can, by choosing the sort-by drop down. Veteran project owners have "proved" their reliability in giving projects Basically we're going back to the point on making this a wonderful site for On Tue, Nov 1, 2011 at 12:05 PM, Daniel Tsou <
|
Wow that's going to be really tough. Been trying to figure out how to do that, cos sorting is done per model and all these data isn't in the model we want to sort, they're in one of the attributes inside the model. I've already completed basic sorting so I'll commit that code first. |
sure, if we cant do that we could always tell him that we're not able to sorry, we didnt know that the sorting was so much different from what we On Wed, Nov 2, 2011 at 8:53 AM, Daniel Tsou <
|
@jedimdan,
For the sorting of projects and developers, Kenneth has agreed with Chris on how to sort project. You can check with him.
For the filtering, there's a $filter and $orderBy service which you can easily call.
As for the query statements, I do not think it's very complex. So is it ok if I lower the points to 1 or 2?
The text was updated successfully, but these errors were encountered: