Commit Graph

124 Commits (d8175fea2a8edee5b2b362f232d4a46ab28d5f12)

Author SHA1 Message Date
Richard aeade066c8 added a status service. 11 years ago
Richard 5973176d9e WIP Removed everything from gon except for project id which has to be somewhere at load time. 11 years ago
Richard 6677e513fd WIP continuing to move config data into angular. 11 years ago
Richard 3368d96863 WIP. started moving things around... 11 years ago
Till Breuer 6dcae10944 Discard unused default query options from work packages config 11 years ago
Till Breuer 96951ade62 Show work packages table as soon as there are rows and columns 11 years ago
Till Breuer 325be6447f Only initially set columns when work packages are loaded 11 years ago
Till Breuer f206655bd8 Load work packages table data first (WIP) 11 years ago
Till Breuer a153ae0636 Fix work packages index if no project scope is given (WIP) 11 years ago
Till Breuer 5b47405e6c Refactor pagination in angular work packages table 11 years ago
Till Breuer 87f9e82ef0 Block work package table updates until setup is completed 11 years ago
Richard c81777decd Made a rudimentary attempt at loading query if id is given. 11 years ago
Till Breuer 3b0d58307b Rename default pagination options in angular config 11 years ago
Till Breuer b5b144cebe Move parts of the promise chain around in work packages controller 11 years ago
Till Breuer e770940468 Initialize columns on start up, fix js startup errors 11 years ago
Richard d7306ad571 sort of works. 11 years ago
Richard 5f6736798c using a query service call to get the available columns. 11 years ago
Richard 25a9343e9f Added an api controller/endpoint for available columns. 11 years ago
Richard 986486eab9 Made a new work packages api method. 11 years ago
Richard 5dd786d3f8 Discovering more about the api. think it's definitely a good idea now to create a new work packages api controller because planning elements controller isn't doing what we want. 11 years ago
Richard ae704975bd added a status service. 11 years ago
Richard fd22923f20 WIP Removed everything from gon except for project id which has to be somewhere at load time. 11 years ago
Richard 580587be53 WIP continuing to move config data into angular. 11 years ago
Richard 8ca35754b6 WIP. started moving things around... 11 years ago
Till Breuer a0057d77dc Also show spinner on filter updates, disable filter disabling 11 years ago
Richard 9927409522 Refactored group by watching into directive to get clear filter working. 11 years ago
Richard 7d78cf920b Re-implemented old hack to get selected columns posting to query save. 11 years ago
Till Breuer b4156c8029 Fix option value of empty group-by-option 11 years ago
Richard a3486d8780 Changed filter input names and made some sneaky hidden element hacks. 11 years ago
Till Breuer 1ff71e8ed4 Remove pagination options from query for now, reset page when filtering 11 years ago
Till Breuer 9f94069982 Fix sum calculation 11 years ago
Till Breuer 2669c1ee8d Rearrange some angular pagination code, update ranges after query updates 11 years ago
Richard 11299afa8c Getting per page options from settings, not hard wired. 11 years ago
Richard 8a9f6f1d56 Wired up the page number selection. 11 years ago
Richard 3906328732 WIP Added a directive for table pagination. 11 years ago
Till Breuer beea027488 Rearrange reload of query results when the sortation is changed 11 years ago
Richard 77eddfaf5e removed comment. 11 years ago
Richard d2bea387fc Sorting now taking place in API calls not page reloads. 11 years ago
Till Breuer b82c482f65 Add service error handler to the promise returned by the callback 11 years ago
Richard 5541a980ca First attempt at error handling in the controller. 11 years ago
Richard 74ad16a055 Put in code from loading message branch. 11 years ago
Till Breuer a8c3d1de44 Add query view model providing basic query filter API 11 years ago
Richard 7463bdf450 Passing group sums data along with index json. 11 years ago
Till Breuer 6391f741a0 Provide data needed for filter configuration via gon 11 years ago
Till Breuer f2b77f21c8 Let the query service manage the query to parameter conversion 11 years ago
Till Breuer 1d13e8ce37 Add query service and sketch its integration 11 years ago
Till Breuer 1b556a39f6 Wire up column in work packages query form 11 years ago
Till Breuer 9985b42ec2 Manage groups as a row property in angular work packages table 11 years ago
Till Breuer e7a8f7c708 Fix group counts in work packages table 11 years ago
Till Breuer 79e933dcd8 Sketch group expanders in angular work package table 11 years ago