Beverly Nguyen
c51a5593a7
clean up
2024-08-29 17:34:24 -07:00
Beverly Nguyen
be14a4a0c4
fix testing
2024-08-29 17:10:51 -07:00
Beverly Nguyen
2cae3462d3
Merge branch 'main' into 1487-display-data-most-used-templates-table
2024-08-29 14:57:36 -07:00
Beverly Nguyen
3158b91378
new revised table
2024-08-29 14:28:37 -07:00
Kenneth Kehl
407f049360
fix sort ugh
2024-08-26 11:11:59 -07:00
Kenneth Kehl
e15c89703b
fix flake 8
2024-08-26 10:24:29 -07:00
Kenneth Kehl
7b6b363532
add a call on the send page as well
2024-08-26 09:02:39 -07:00
Kenneth Kehl
f78fe350b0
fix flake 8
2024-08-26 07:59:39 -07:00
Kenneth Kehl
0c612581cd
finish up
2024-08-26 07:50:24 -07:00
Kenneth Kehl
8e3cd6324f
fix some tests
2024-08-23 13:13:24 -07:00
Kenneth Kehl
c67407f090
fix some tests
2024-08-23 12:59:00 -07:00
Kenneth Kehl
50e67d2308
cleanup
2024-08-23 12:21:43 -07:00
Kenneth Kehl
85bafde78d
fix flake 8
2024-08-23 12:13:14 -07:00
Kenneth Kehl
c7b83596ba
add gulp reference
2024-08-23 11:47:43 -07:00
Kenneth Kehl
77d49754c6
initial
2024-08-23 11:03:32 -07:00
Beverly Nguyen
6175bfb2fb
fixed pytesting
2024-08-14 15:47:50 -07:00
Beverly Nguyen
c2cb8e8f85
fixed flake8
2024-08-14 15:39:15 -07:00
Beverly Nguyen
b9d1ae5ad8
refactoring fetch for activity chart
2024-08-14 13:45:24 -07:00
Beverly Nguyen
2cbab8727f
fixed isort
2024-08-09 14:33:53 -07:00
Beverly Nguyen
9e6f87ace1
removed socket io
2024-08-09 14:29:14 -07:00
Beverly Nguyen
ad2151b637
fix 400 errors
2024-08-06 17:28:14 -07:00
Beverly Nguyen
bdbdaaae8a
avoid jobs with job status cancelled
2024-08-05 13:06:51 -07:00
Jonathan Bobel
1912ffbbcf
Merge branch 'main' of https://github.com/GSA/notifications-admin into 1484-dashboard-visualizations
...
# Conflicts:
# app/assets/sass/uswds/_uswds-theme-custom-styles.scss
# app/templates/views/dashboard/dashboard.html
# gulpfile.js
# tests/app/main/views/test_dashboard.py
2024-07-30 10:45:53 -04:00
Beverly Nguyen
2daaa6dd38
Fixed KeyError on processing_finished and removed notification api call
2024-07-24 15:03:51 -07:00
Jonathan Bobel
4af04ff183
Merge branch 'main' of https://github.com/GSA/notifications-admin into 1484-dashboard-visualizations
...
# Conflicts:
# package-lock.json
# package.json
2024-07-23 11:39:49 -04:00
Carlo Costino
d968fcd4e5
Merge pull request #1707 from GSA/1634-timedate-column-within-recent-batch-table-isnt-accurate
...
update timestamp to display notification time created_at
2024-07-22 18:14:26 -04:00
Beverly Nguyen
380ed4417a
removed job_response
2024-07-11 10:43:28 -07:00
Beverly Nguyen
96e94fd7d3
added conditional to datetime in table
2024-07-11 10:42:28 -07:00
Kenneth Kehl
058a999ed0
ugh
2024-07-11 09:38:32 -07:00
Beverly Nguyen
5042ba8d50
update time from created_at to processing_fisnnished
2024-07-10 14:47:29 -07:00
Jonathan Bobel
7f288598ba
Deleting chart.js
...
Updates to the dashboard html
Test updates
2024-07-10 10:13:24 -04:00
Beverly Nguyen
a1f2deda8f
added test_fetch_daily_stats_by_user test
2024-06-17 17:32:24 -07:00
Beverly Nguyen
3594694de2
added fetch by user
2024-06-17 12:36:21 -07:00
Beverly Nguyen
0fa6e59a49
fetch notification stats by user
2024-06-12 14:32:25 -07:00
Beverly Nguyen
fed2aff43c
cleaned up code
2024-06-04 16:52:32 -07:00
Beverly Nguyen
7a9d260717
fix testing
2024-06-03 15:34:43 -07:00
Beverly Nguyen
8554df58f8
cleared up style checks
2024-06-03 13:51:59 -07:00
Beverly Nguyen
d3bee61742
cleared up style checks
2024-06-03 13:45:36 -07:00
Beverly Nguyen
89f19bb63d
cleared up style checks
2024-06-03 13:35:30 -07:00
Beverly Nguyen
d12b798bba
removed sending status
2024-06-03 13:17:31 -07:00
Beverly Nguyen
01321aeddc
connecting api data to socket and setting up chartjs to use the data
2024-05-30 21:17:10 -07:00
Beverly Nguyen
d5934855a0
Merge branch '1513-provide-notification-stats-data-within-7-days-month-and-year' into socketIO
2024-05-30 14:51:23 -07:00
Beverly Nguyen
108e889ac5
added example of fetch
2024-05-30 14:48:25 -07:00
Beverly Nguyen
758c1cd8a0
added new api for month, by year, previous 7 day stats
2024-05-29 12:13:09 -07:00
Beverly Nguyen
ad68c26450
installing socketIO and testing the WebSocket connection
2024-05-20 16:21:38 -07:00
Carlo Costino
9a83ba7475
Localize notification_utils to the admin
...
This changeset pulls in all of the notification_utils code directly into the admin and removes it as an external dependency. We are doing this to cut down on operational maintenance of the project and will begin removing parts of it no longer needed for the admin.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-05-16 10:37:37 -04:00
Beverly Nguyen
93d7ca4052
added pending and requested status to monthly stats dict
2024-05-06 17:23:38 -07:00
Andrew Shumway
c4401b3394
Merge branch 'main' of https://github.com/GSA/notifications-admin into sms-allowance-dashboardbug
2024-03-26 10:04:14 -06:00
Beverly Nguyen
66909e9624
added conditional
2024-02-23 17:50:25 -08:00
Kenneth Kehl
4742cc77b5
change batch file report to look like full csv report
2024-02-21 07:45:21 -08:00