leigh-mil
ca409cae6c
Display TO number on Step 4 of TO builder
2020-01-09 10:50:10 -05:00
leigh-mil
0bf0e9dcb2
Remove unnecessary if statement that was preventing TO total value from being displayed.
2020-01-09 10:36:27 -05:00
leigh-mil
df74095f6a
Fix translations used in reporting page and TO view/review page
2020-01-03 13:36:13 -05:00
leigh-mil
f4f0665643
Fix styling so that no border on last row only applies to clin summary table
2020-01-02 16:05:09 -05:00
leigh-mil
ee2aa4bda9
Generalize class name to better reflect its use.
2020-01-02 12:57:21 -05:00
leigh-mil
dcd0f4f6ae
Remove unnecessary comment
2020-01-02 12:47:31 -05:00
leigh-mil
e25f519243
Change TO fragment to a macro to make it reusable in the builder and view page, final tweaks to review and view pages
2020-01-02 12:45:53 -05:00
leigh-mil
2e088d1316
Rename view TO file and update sticky header
2020-01-02 12:45:52 -05:00
leigh-mil
8ece47627e
Initial styling and layout of TO view fragment
2020-01-02 12:45:52 -05:00
leigh-mil
cbcac2b142
Rename review route and template to view because it better reflects the purpose of the route and template
2020-01-02 12:45:52 -05:00
leigh-mil
fc1b530e70
Use kwargs in TOFormStepHeader to fix issue of swapped titles and descriptions
2019-12-26 15:55:25 -05:00
leigh-mil
6cc605d09f
Merge branch 'staging' into to-signature-page
2019-12-18 13:47:26 -05:00
leigh-mil
72bb300913
Styling for TO signature page
2019-12-18 12:10:15 -05:00
leigh-mil
66cfaaa6c3
Update copy on TO signature page
2019-12-18 12:10:15 -05:00
graham-dds
13e8cb8ee1
Move form buttons to floating bottom action bar
...
Form action buttons were previously in the sicky CTA bar. This commit
moves them to a bottom action bar.
2019-12-18 11:36:36 -05:00
leigh-mil
f0505ee122
Remove unused imports
...
Use remove_empty_string filter for TaskOrderForm.number instead of declaring the data property
Update display of TOs without a number
2019-12-13 14:53:58 -05:00
leigh-mil
2552d4c700
Styling for empty status accordion and update Not signed to Unsigned
2019-12-13 11:49:50 -05:00
leigh-mil
2c2b69affe
Fix TO index blank states and number type issue
2019-12-13 11:26:58 -05:00
leigh-mil
4d7af1bab4
Remove extra details from expired TO display, small refactors in TO methods
2019-12-12 16:05:47 -05:00
leigh-mil
e772a4b84b
Use AccordionList macro on applications index page, remove duped class on task order index page
2019-12-12 09:40:18 -05:00
leigh-mil
ac8dd662d1
Fake task order's expended funds, default task order start and end date to None, fix how task orders are sorted by status
2019-12-12 09:40:18 -05:00
leigh-mil
3fdde78531
Set default text for TOs without a number
2019-12-12 09:40:18 -05:00
leigh-mil
e79b1d1524
Create AccordionList macro and vue component to collapse multiple accordion components
2019-12-12 09:40:18 -05:00
leigh-mil
e32bad0d30
Display TOs grouped by status
2019-12-12 09:40:18 -05:00
leigh-mil
78e7b1efe8
Styling changes:
...
- move `usa-accordion` class to wrap all accordion elements
- remove background color form `accordion` class and move it to atat
specific class `accordion__header`
- create class names for styling elements instead of relying on element
type
2019-12-11 10:07:09 -05:00
leigh-mil
7671269b7f
Use Accordion macro on applications index page
2019-12-11 10:07:09 -05:00
leigh-mil
0166e2fbc7
Move move css to accordion file so it is more generalized
2019-12-11 10:07:09 -05:00
leigh-mil
1165b60fce
Finalize styling for Task Order index page.
2019-12-11 10:07:09 -05:00
leigh-mil
d994365460
Styling updates for Task Order index page:
...
- Removed unused styling from _accordions css.
- Removed references to accordion classes from applications index page
since this will be restyled later.
- Added Accordion macro to the Task Order index page and created
temporary initial
toggle list of All Task Orders.
2019-12-11 10:07:09 -05:00
leigh-mil
6dabd0bf35
Move copy into translations file
2019-12-03 15:43:06 -05:00
leigh-mil
31d9f34615
Add in check for edit perms before showing add/create button in empty state macro
2019-12-03 15:43:06 -05:00
leigh-mil
5ebcaa3950
Add sticky CTA to applications index page and update copy in TO index sticky CTA
2019-12-03 15:43:06 -05:00
leigh-mil
8e25adb1c3
Update EmptyState macro to align with new designs
2019-12-03 15:43:06 -05:00
leigh-mil
c94570f83e
Update TO form and nested components to emit directly to parent components instead of emitting from the root component
2019-11-14 16:46:35 -05:00
leigh-mil
7a4c26419f
Low-fi update of modals to fix styling
2019-10-08 16:30:28 -04:00
dandds
4f8cbc2b68
Delete unused Jinja macros and rearrange templates.
...
Templates and fragments that relate to specific resources (portfolios,
applications, task orders) should reside in directories named for the
relevant resource. This also matches the way the application routes are
distributed among modules named for each resource type.
2019-09-25 11:19:56 -04:00
dandds
7ea1ae5a34
Add a JS test for the clin-fields Vue component.
...
In order to do this, it was expedient to move the CLINFields Jinja macro
into its own file and pass in all the data it requires.
2019-09-24 09:37:30 -04:00
dandds
112f0e0ab2
Initial JS tests for the Vue TOForm component.
...
This adds BeautifulSoup to the Python dev dependencies so that we can
render an entire page and then extract the Vue component we need.
Ideally, we should refactor all the Vue components so that they live in
Jinja macros and we can render those macros directly.
2019-09-20 15:24:55 -04:00
graham-dds
33ed89df54
Add percent obligated to step 3 form
2019-09-12 16:11:12 -04:00
graham-dds
6224026d72
Custom component for handling clin dollar input
...
- Macro for CLIN dollar input HTML.
- Custom Vue component to react to
"fundingValid" validaiton
2019-09-12 16:11:12 -04:00
graham-dds
8c1a1ac33e
Add default values for obligated and total CLIN $
2019-09-12 16:11:12 -04:00
leigh-mil
3683c79ae0
Use template args for the contract start and end date
...
pointing to base.ini in the JS file resulted in the raw string content of base.ini to be in the JS bundle
2019-09-09 14:23:38 -04:00
leigh-mil
2efd2c968d
Use translations and make errors look pretty
2019-09-06 10:12:35 -04:00
leigh-mil
e4ca027065
Validate CLIN PoP against configurable contract start and end dates
2019-09-06 10:12:34 -04:00
leigh-mil
20871e787f
Remove code related to Totals box from CLIN fields vue component
2019-09-05 10:19:12 -04:00
leigh-mil
654f20e8eb
Remove optional flag from required fields
2019-09-04 16:59:51 -04:00
leigh-mil
48a8a80f87
Move text to translations file
2019-09-04 16:59:51 -04:00
leigh-mil
eb58612182
Add remove CLIN confirmation modal
2019-09-04 16:59:51 -04:00
leigh-mil
27d3f46cc9
Make remove CLIN button work
2019-09-04 14:09:34 -04:00
leigh-mil
6f1f7f0d3d
Use to-form Vue component instead of base-form in TO builder base template
2019-09-04 14:09:34 -04:00