-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tracking pull request to merge release-1.4.0 to main (#190)
* update to 1.4.0 * user-email-and-admin-panel (#192) * Itvr350 - responsiveness- forms, tables, font sizes (#191) * -adds styling to details table for smaller screen sizes -updates media queries on header -adds error font sizes to media queries -reduces button text for bceid login on mobile * -removes font-size from small table css, it was uneccesary and caused the font to be too large on tablets * -updates css on forms/index so its better for mobile -changes input label to helper text on spouse email so text wraps * -capitalizes Enter your spouse email, removes bottom margin from that paragraph * update backend resource (#194) * update backend resource * update backend resource * check different error codes at response time (#198) * check different error codes at response time * fix comment * itvr-333--admin-console-changes (#197) * Add test for name truncation (#199) * Check redeemed rebates in Sharepoint (#193) * try various api queries * pull id * example api response * query for redeemed rebates * ncda response cleanup * remove stuff * try running task * task to set redeemed status * ncda update task * set modified * use timezone import * index ncda ids * add CRA_ENVIRONMENT (#201) * itvr-355--logout-button (#202) * itvr-333--admin-console-msg-change (#200) * add Home link and button hover (#195) * add Home link and button hover * add note and left align BCSC form data * remove Note: text * text lowercase * -renames bcscInfo component, to InfoTable, now accepts householdInfo as well, if bcsc info isn't passed it will expect household info (#204) -info on forms for bcsc and household info are now tables instead of boxes with spans, this way it can be left aligned -adds some breakpoints for font size within infotable itself * dl check integration with rhf (#203) Co-authored-by: tim738745 <[email protected]> Co-authored-by: Emily <[email protected]> Co-authored-by: Naomi <[email protected]> Co-authored-by: vibhiquartech <[email protected]>
- Loading branch information
1 parent
0021a0a
commit ab51113
Showing
40 changed files
with
978 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# modelled after the constants in the django messages module | ||
|
||
NEGATIVE_SUCCESS = 26 | ||
|
||
TAGS = {NEGATIVE_SUCCESS: "negative_success"} |
18 changes: 18 additions & 0 deletions
18
django/api/migrations/0002_alter_goelectricrebate_ncda_id.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Generated by Django 4.0.1 on 2022-06-24 21:14 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('api', '0001_initial'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterField( | ||
model_name='goelectricrebate', | ||
name='ncda_id', | ||
field=models.IntegerField(blank=True, db_index=True, null=True), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
django/api/services/tests/cra_in_out/in/TO.ATO#@@00.R7005.IN.BCVR.A00009
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
7100 20220516 BCVRA00009 0 | ||
7101270300379 0020SolangeSolangeSolangeSolangeSoAliceAliceAliceAliceAliceAlice197101222020 BCVR1234 0 | ||
7101302435839 0020Turner Wendy 197805212020 BCVR1234 0 | ||
7101129922258 0020Redding Lily 198307072020 BCVR1234 0 | ||
7102 20220516 BCVRA00009 00000005 0 |
Oops, something went wrong.