Commit Graph

29 Commits

Author SHA1 Message Date
Alfredo Sumaran db86a993e3 Resolve "Can't sort Groups" 2017-06-22 16:08:48 +00:00
Alfredo Sumaran a0f13d2f52 Expose correct path to group 2017-06-16 08:54:20 +00:00
Alfredo Sumaran 7ff17980ce Display user access type for each group
Also adds unit tests for this
2017-06-07 23:00:03 -05:00
Alfredo Sumaran f5dfd98856 Address feedback 2017-06-07 04:27:53 -05:00
Alfredo Sumaran 494e809091 Add rows hover state and improve layout for mobile 2017-06-06 22:30:51 -05:00
Alfredo Sumaran d8403ec18f Minor visual adjustments 2017-06-06 09:01:42 -05:00
Alfredo Sumaran 4d141cb30d Use eventHub to update groups from GroupFilterableList class 2017-06-01 16:48:09 -05:00
Alfredo Sumaran 0880094455 Make GroupsStore.store method non-static 2017-06-01 13:40:22 -05:00
Alfredo Sumaran 24b456e6a3 Move line to a better place 2017-05-31 21:18:11 -05:00
Alfredo Sumaran af6e4ae900 Use map to iterate arrays 2017-05-31 21:01:31 -05:00
Alfredo Sumaran 0a1b196643 Remove default null value for parent param 2017-05-31 20:53:12 -05:00
Alfredo Sumaran bf65c49c69 Remove unnecesary return 2017-05-31 20:39:44 -05:00
Alfredo Sumaran 9535717c06 Rename exposed property for better understanding 2017-05-31 15:11:06 -05:00
Alfredo Sumaran 0b594f6827 Display number of users and number of projects for each group 2017-05-30 04:25:53 -05:00
Alfredo Sumaran d15521c79d Do not allow to expand a row if group doesn’t have subgroups 2017-05-30 03:53:40 -05:00
Alfredo Sumaran 5e9378961f Do not show edit button if user has no privilege 2017-05-30 03:29:21 -05:00
Alfredo Sumaran 88b60cf62f Handle leave group action 2017-05-30 03:12:06 -05:00
Alfredo Sumaran b425373541 Fix toggling subgroups and pagination 2017-05-30 01:04:58 -05:00
Alfredo Sumaran b3666a7829 Add tests for Group item component
Also adds more tests fro groups folder component

[ci skip]
2017-05-25 19:50:16 -05:00
Alfredo Sumaran 5eb885e5bb Build tree from server response
[ci skip]
2017-05-23 18:02:10 -05:00
Alfredo Sumaran a5a7b574df Paginate group results
[ci skip]
2017-05-22 12:47:05 -05:00
Alfredo Sumaran a87d447c35 Restore previous tree format
Tree object is an array now.

- All groups are displayed at the top level
- To access subgroups now we have to click every parent which will make a request to fetch sub groups.

[ci skip]
2017-05-17 01:41:47 -05:00
Alfredo Sumaran f9f450fd87 Basic layout for groups tree
[ci skip]
2017-05-16 09:29:38 -05:00
Alfredo Sumaran d55a9d4c64 Fix tree generation when filtering by name 2017-05-12 03:43:39 -05:00
Alfredo Sumaran 1604c76493 Build tree object from endpoint response 2017-05-12 03:36:08 -05:00
Alfredo Sumaran fa6d7094ae Decorate server response objects
Set property defaults and match JS variable naming conventions
2017-05-11 12:10:54 -05:00
Alfredo Sumaran 4b488d72a2 Prepare groups components for subgroups 2017-05-08 15:22:26 -05:00
Alfredo Sumaran 5e0e3971b8 List groups with basic details
- Adds Groups component
- Adds GroupItem component
2017-05-05 23:15:04 -05:00
Alfredo Sumaran d67ab68535 Set Groups Vue app for Dashboard page 2017-05-04 20:49:07 -05:00