You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/concepts/transactions/reviews/index.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,9 @@ modified by the operator in Sharetribe Console > Manage >
68
68
69
69
Sometimes, transaction participants want to add missing reviews after
70
70
the review period has expired. If the marketplace operators decide that
71
-
the review is relevant and honest, you can add it manually in Console, from the transaction details. You can [learn more in this article](https://www.sharetribe.com/help/en/articles/13632539-how-to-manually-add-a-review).
71
+
the review is relevant and honest, you can add it manually in Console,
72
+
from the transaction details. You can
73
+
[learn more in this article](https://www.sharetribe.com/help/en/articles/13632539-how-to-manually-add-a-review).
72
74
73
75
### How can I add an average rating attribute to my listings?
|`:time/tx-initiated`| - | The timestamp for when the transaction was initiated. |`{:fn/timepoint [:time/tx-initiated]}`|
68
-
|`:time/first-entered-state`| State name as keyword. | The timestamp when the process entered the given state for the first time. Processes may contain loops so a state can be entered multiple times. |`{:fn/timepoint [:time/first-entered-state :state/state-name]}`|
69
-
|`:time/first-transitioned`| Transition name as keyword. | The timestamp when the process executed the given transition successfully for the first time. |`{:fn/timepoint [:time/first-transitioned :transition/transition-name]}`|
70
-
|`:time/booking-start`| - | The booking start timestamp. |`{:fn/timepoint [:time/booking-start]}`|
71
-
|`:time/booking-end`| - | The booking end timestamp. |`{:fn/timepoint [:time/booking-end]}`|
72
-
|`:time/booking-display-start`| - | The booking display start timestamp. |`{:fn/timepoint [:time/booking-start]}`|
73
-
|`:time/booking-display-end`| - | The booking display end timestamp. |`{:fn/timepoint [:time/booking-end]}`|
|`:time/tx-initiated`| - | The timestamp for when the transaction was initiated. |`{:fn/timepoint [:time/tx-initiated]}`|
68
+
|`:time/first-entered-state`| State name as keyword. | The timestamp when the process entered the given state for the first time. Processes may contain loops so a state can be entered multiple times. |`{:fn/timepoint [:time/first-entered-state :state/state-name]}`|
69
+
|`:time/last-entered-state`| State name as keyword. | The timestamp when the process entered the given state for the most recent time. Processes may contain loops so a state can be entered multiple times. |`{:fn/timepoint [:time/last-entered-state :state/state-name]}`|
70
+
|`:time/first-transitioned`| Transition name as keyword. | The timestamp when the process executed the given transition successfully for the first time. |`{:fn/timepoint [:time/first-transitioned :transition/transition-name]}`|
71
+
|`:time/booking-start`| - | The booking start timestamp. |`{:fn/timepoint [:time/booking-start]}`|
72
+
|`:time/booking-end`| - | The booking end timestamp. |`{:fn/timepoint [:time/booking-end]}`|
73
+
|`:time/booking-display-start`| - | The booking display start timestamp. |`{:fn/timepoint [:time/booking-start]}`|
74
+
|`:time/booking-display-end`| - | The booking display end timestamp. |`{:fn/timepoint [:time/booking-end]}`|
74
75
75
76
A booking always has start and end times. You may optionally specify
76
77
display start and display end times via transition parameters. Start and
0 commit comments