Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
256 changes: 250 additions & 6 deletions api/build/build.yaml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions api/components/docs/changeLog/TRV14_2.0.0_100125.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,8 @@
- Added support for operational hours in `location` field to capture opening hours, closing hours, and holiday schedules.
- Added mandatory city code in locations.

****27th July 2026****
- Added feature to charge margin fee
- Added ability for a seller to define mandatory fields either one of these two fields - Email, Mobile Number

---
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ message:
quantity:
selected:
count: 1
margin:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we have this as

{ "selected": { "measure": { "value": "10", "unit": "PERCENT" } }, "minimum": { "measure": { "value": "8", "unit": "PERCENT" } }, "maximum": { "measure": { "value": "10", "unit": "PERCENT" } } }

selected:
measure:
value: '10'
unit: PERCENT
add_ons:
- id: A1
quantity:
Expand All @@ -33,6 +38,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
add_ons:
- id: A1
quantity:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<input type="text" id="age" name="age"/>

<label for="email">Email ID</label>
<input type="text" id="email" name="email"/>
<input type="text" id="email" name="email" required/>

<label for="gender">Gender</label>
<select name="gender" id="gender">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
add_ons:
- id: A1
quantity:
Expand All @@ -33,6 +38,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
add_ons:
- id: A1
quantity:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down Expand Up @@ -149,6 +154,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down Expand Up @@ -149,6 +154,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down Expand Up @@ -149,6 +154,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down Expand Up @@ -149,6 +154,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down Expand Up @@ -149,6 +154,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down Expand Up @@ -149,6 +154,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down Expand Up @@ -147,6 +152,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,15 @@ message:
count: 6
minimum:
count: 1
margin:
maximum:
measure:
value: '10'
unit: PERCENT
minimum:
measure:
value: '8'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down Expand Up @@ -353,6 +362,15 @@ message:
count: 4
minimum:
count: 1
margin:
maximum:
measure:
value: '10'
unit: PERCENT
minimum:
measure:
value: '8'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,15 @@ message:
# range:
# min: 1
# max: 10

margin:
maximum:
measure:
value: '10'
unit: PERCENT
minimum:
measure:
value: '8'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down Expand Up @@ -359,6 +367,15 @@ message:
count: 4
minimum:
count: 1
margin:
maximum:
measure:
value: '10'
unit: PERCENT
minimum:
measure:
value: '8'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down Expand Up @@ -178,6 +183,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down Expand Up @@ -159,6 +164,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down Expand Up @@ -166,6 +171,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down Expand Up @@ -161,6 +166,11 @@ message:
quantity:
selected:
count: 1
margin:
selected:
measure:
value: '10'
unit: PERCENT
time:
label: VALIDITY
duration: P2D
Expand Down
Loading