Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Releases: AusDTO/dto-digitalmarketplace-frontend

Adding contact number validation in all brief builders + closing date validation in RFX, training and Specialist

20 Apr 05:01
21be872
Compare
Choose a tag to compare
Mar 3481- Error validation in contact number typebox is not red (#908)

* borrowing specialist code

* removing specialist call card

* fixing done

* changing the style to look like specialist

* cleaning up the code

* removing safe model +eslint

* changing css

* doing the same for training

* changing content

* adding common scss used in additionalClosingDate

* changing path to main scss

* removing this file as it is no longer needed

* removing this file as it is no longer needed

* changing path to main scss

* scss no longer needed + using main scss instead

* 14 days instead of 7

* pre-filling the closing date to be 14

* remving componentWillMount as it is outdated

* removing componentdidMount as it is outdated

* adding 3 separate styles

* adding styles from the main stylesheet

* adding styles from main stylesheet

* adding styles from main style sheet

* removing unneccessary styles

* keeping the same style but changing the name

* keeping styles to main sheet

* removing componentWillMount - legacy code

* removing css style

* notice bar has css styles to it

* notice bar - css styles are broken up now

* removing infoCardBody  - replacing it with marginTop0

* removing fullWidthPageAlert and replacing it with maxWidthNone

* removing comments

* arranging it chronological order

* removing rightAlignedBlock and replacing it with displayBlock and  textAlignRightSm

* textAlignRightSm -> textAlignRight

* Revert "removing rightAlignedBlock and replacing it with displayBlock and  textAlignRightSm"

This reverts commit a03a7cf749a3fa60314bab68fdc12dc089e33de7.

* rfx changing main.scss pathway

* training and specialist chaning main.scss pathway

* marginbottom3 is not needed

* maxwidth100 is not needed

* marginBottom3 is not needed

* adding ;

* adding this back

* using buyerSpecialistAdditionalInformation  stylesheet

* adding model back

* using specilist additional styles

* linting

* using BuyerSpecialistAdditional style sheet

* reverting back to master main scss

* keeping it the same as master for now

* keeping this with master

* for now

* adding validPhoneNumber

* changing the days

* AUheadings to AUheading

* Update apps/marketplace/components/BuyerSpecialist/BuyerSpecialistAdditionalInformationStage.js

Co-Authored-By: tobiasbrown <[email protected]>

* Update apps/marketplace/components/BuyerRFX/BuyerRFXAdditionalInformationStage.js

Co-Authored-By: tobiasbrown <[email protected]>

* Update apps/marketplace/components/BuyerSpecialist/BuyerSpecialistAdditionalInformation.scss

Co-Authored-By: tobiasbrown <[email protected]>

* Update apps/marketplace/components/BuyerSpecialist/BuyerSpecialistAdditionalInformation.scss

Co-Authored-By: tobiasbrown <[email protected]>

* Update apps/marketplace/components/BuyerTraining/BuyerTrainingAdditionalInformationStage.js

Co-Authored-By: tobiasbrown <[email protected]>

* adding quotes rather than brackets

* remove export

* removing export from training

* using required and validphonenumber in validators field

* reverting it back to the required and validPhoneNumber validators

* fixing the css file name

* Update apps/marketplace/components/BuyerSpecialist/BuyerSpecialistAdditionalInformationStage.scss

Co-Authored-By: tobiasbrown <[email protected]>

* remove trailing white space

* fixing indentation

* adding new line

* fixing indentation pt2

* removing trailing white space

* fixing another trailing white space

* removing new lines

* adding whitespace

Co-authored-by: tobiasbrown <[email protected]>

3.5.3: Ask for ABN on signup when creating a supplier account (#898)

20 Apr 00:43
d3f43a1
Compare
Choose a tag to compare
* Add ABN to the signup form when signing up as a seller, and refactor how signup errors from the server are handled

* Update signup text to include ABN

* Add ABN to the signup text for sellers

* Add an ABN toggle to the signup form for international suppliers

* Increase node engine required version

* Update International checkbox label on signup

* Make the ABN field in the supplier profile always read only and disabled

* Re-add the ABN validation on the profile form so existing initial applications will still validate the data, but continue to disable the field if it has pre-existing ABN data

* Change the signup form for sellers to have a select input for choosing Australian business status, instead of the checkbox

* Don't show the ABN field on signup if the seller nominates as international

* Remove disabled attribute on ABN signup field

* Add the field for international sellers to provide their ABN equivalent

* Set the value of the international status select as the state value

* linting

* Remove ABN validation from seller profile edit

* Remove the ABN field from the seller profile edit if the value is already in the application

* Changing casing

MAR-3534: Adding closing date validation for ATM briefs set too far in the future

16 Apr 07:13
e4111db
Compare
Choose a tag to compare

Adding a client side validation to ATM briefs.
So now when buyers try and close a brief more than a year from now, they will no longer get the spinning circle of death.
They will receive an error message letting them know to place the closing date within a year.

Buyer edits

06 Apr 23:43
ed95a9d
Compare
Choose a tag to compare

This release adds the ability for buyers to edit their opportunities once published. Buyers will be able to edit the title, summary, documents and closing date. For opportunities with invited sellers, additional sellers can be invited.

3.5.0

17 Mar 03:19
e4be852
Compare
Choose a tag to compare
Add validation to the brief flow criteria stage to prevent duplicate …

3.4.99

12 Mar 02:56
459b844
Compare
Choose a tag to compare
[MAR-4062] null checks (#927)

3.4.98: Small updates to labels

03 Mar 21:06
cdda764
Compare
Choose a tag to compare
Mar-3954 Removing Areas of expertise from the Seller Catalogue (#922)

This is now replaced with Categories

3.4.97

01 Mar 22:19
4aa7c0d
Compare
Choose a tag to compare
can now upload file (#920)

3.4.96: Fix admin agency editing for Edge (#912)

16 Feb 23:15
4857817
Compare
Choose a tag to compare
* convert Object.fromEntries into code that will work in Edge

* Clean white space and empty rows from agency domain saving

3.4.95: Withdraw opportunity

11 Feb 21:31
7db4646
Compare
Choose a tag to compare
[Errors] Prevent buyers from accessing pages if opportunity is withdr…