44 Commits

Author SHA1 Message Date
Simon Chen
7e9ef204a7 Merge pull request #22 from edx/schen/fix_search
fix(functionality): Fix search so results are rendered with proper heading
v1.3.1
2018-11-27 15:02:07 -05:00
Simon Chen
f779e7fd35 fix(functionality): Fix search so results are rendered with proper heading 2018-11-27 14:47:57 -05:00
Richard I Reilly
a5a62922b5 Merge pull request #13 from edx/schen/clean
Clean up not needed example code
2018-11-26 14:41:00 -05:00
Richard I Reilly
2c6aa96f8e Merge pull request #20 from edx/rir/fix-sorting
Fix column sorting in the grade table
2018-11-26 14:29:48 -05:00
Rick Reilly
30e866128f Fix column sorting in the grade table 2018-11-26 14:25:11 -05:00
Simon Chen
ec81eb47d9 Merge pull request #18 from edx/aed/edit-modal
feat(editing): display a status alert after grades have updated.
v1.3.0
2018-11-14 21:03:12 -05:00
Alex Dusenbery
cd2a5ae903 feat(editing): display a status alert after grades have updated. 2018-11-14 20:36:41 -05:00
Richard I Reilly
7a02330e9e Merge pull request #17 from edx/rir/frontend-auth-1-1
Return the frontend-auth npm package to 1.1.0
2018-11-14 16:45:51 -05:00
Rick Reilly
a929194a29 Return the frontend-auth npm package to 1.1.0 2018-11-14 16:16:47 -05:00
Simon Chen
febf4d99c6 Merge pull request #14 from edx/schen/add_links
fix(functionality): Add links and subtitles to the UI
v1.2.5
2018-11-14 15:52:47 -05:00
Simon Chen
83ed8ab875 Merge pull request #16 from edx/schen/default-wording
fix(ui): update the default wording of the group filters
2018-11-14 15:51:10 -05:00
Simon Chen
6563f54590 fix(functionality): Add links and subtitles to the UI so it helps user navigate 2018-11-14 15:43:48 -05:00
Simon Chen
e1fe31dc94 fix(ui): update the default wording of the group filters 2018-11-14 15:39:56 -05:00
Richard I Reilly
8754263584 Merge pull request #15 from edx/rir/fix-category-filter
Rir/fix category filter
2018-11-14 15:35:34 -05:00
Rick Reilly
c660bd8d15 Fix the category filter 2018-11-14 15:16:40 -05:00
Richard I Reilly
df32123f34 Merge pull request #8 from edx/rir/fix-percent-absolute-filter
Rir/fix percent absolute filter
2018-11-14 14:50:40 -05:00
Rick Reilly
e81db01be2 Fix percent vs absolute radio buttons 2018-11-14 14:32:34 -05:00
Simon Chen
05c3468d93 Merge pull request #12 from edx/schen/fix_download_link
fix(functionality): Update the download report link URL
v1.2.4
2018-11-14 14:18:39 -05:00
Simon Chen
1687a6ca1a Clean up not needed example code 2018-11-14 14:02:53 -05:00
Simon Chen
1a88343be9 fix(functionality): Update the download report link URL so it goes to the right place 2018-11-14 13:55:12 -05:00
Alex Dusenbery
6f752f3a18 fix(auth): Pin frontend-auth to 1.1.0 for now. v1.2.3 2018-11-14 13:35:09 -05:00
Alex Dusenbery
7bbc9a84dc fix(auth): use frontend-auth 1.2.0 (allows us to POST without CSRF violation). v1.2.2 2018-11-14 12:12:13 -05:00
Simon Chen
85cf3e35e4 Merge pull request #9 from edx/aed/prod-env
fix(packaging): Add default environment key/value pairs to prod webpack config
v1.2.1
2018-11-14 10:35:40 -05:00
Alex Dusenbery
85fa6bca72 fix(packaging): Add default environment key/value pairs to prod webpack config. 2018-11-14 10:23:38 -05:00
Simon Chen
231685e78d Merge pull request #7 from edx/schen/cohorts
Create the cohorts and track dropdown for filtering students
v1.2.0
2018-11-13 21:49:21 -05:00
Simon Chen
a4dc135129 feat(filter): Create the cohorts and track dropdown for filtering students
This is to provide the feature to filter students on the gradebook by
cohorts or enrollment tracks
2018-11-13 21:33:11 -05:00
Alex Dusenbery
2c890e53f8 Get the basic grade update working. 2018-11-13 13:03:50 -05:00
Richard I Reilly
33556fd749 Merge pull request #4 from edx/rir/hookup-redux
Hook up redux to get data for component
2018-11-09 15:58:35 -05:00
Rick Reilly
8a62e8b710 Hook search up to the backend 2018-11-09 15:54:05 -05:00
Alex Dusenbery
45272dd8b7 feat(auth): Use the frontend-auth client
- Also add some config
v1.1.0
2018-11-09 14:42:08 -05:00
Rick Reilly
f94a0bd7f7 Hook up redux to get data for component 2018-11-09 14:42:08 -05:00
Simon Chen
1523c8a3c3 Merge pull request #3 from edx/schen/fix_publish
fix(package): Make sure the package is public for npm for publishing
v1.0.1
2018-11-06 13:27:47 -05:00
Simon Chen
165529698c fix(package): Make sure the package is public for npm for publishing 2018-11-06 13:17:50 -05:00
Simon Chen
4c1a964f97 Merge pull request #2 from edx/schen/trigger-release
feat(package): Use this commit to trigger a minor release
v1.0.0
2018-11-06 09:34:31 -05:00
Simon Chen
f6ba7886d0 feat(package): Use this commit to trigger a minor release 2018-11-06 09:29:29 -05:00
Simon Chen
d7297e48ed Merge pull request #1 from edx/aed/repo-config
WIP Update the Gradebook Repo to setup semantic-release for npm publishing
2018-11-06 08:48:51 -05:00
Alex Dusenbery
23e781d5d6 feat(packaging):
Update the repo so it will publish to npm to enable it to be install on other repos

Also adjust the tests and coverall commands to accommodate the absence of tests
2018-11-06 08:38:25 -05:00
Rick Reilly
e033c62328 Add category filters, fix onClose of the modal component 2018-10-30 16:43:47 -04:00
Rick Reilly
0d7d7d4352 Add scoreview and fixed left column 2018-10-29 22:38:25 -04:00
Rick Reilly
be3e4f96d4 wip 2018-10-26 11:03:17 -04:00
Rick Reilly
d00f8b17c9 wip 2018-10-24 16:55:34 -04:00
Rick Reilly
cd173607be Add sorting for all columns 2018-10-24 16:23:23 -04:00
Rick Reilly
36fef8cbc2 Delete unused components and pages, add table with filter logic and sorting 2018-10-24 09:25:14 -04:00
Rick Reilly
bff0375176 First commit 2018-10-17 11:50:17 -04:00