This file contains hidden or 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
| --- | |
| name: offer-builder | |
| description: Use this skill after any discovery or sales call to create a personalized offer based on the prospect's specific needs. Triggers include "build an offer", "create proposal", "make an offer from call", "personal offer", or when a call transcript is provided with instructions to create a proposal. Works for any service business — consulting, coaching, agencies, freelancers. | |
| --- | |
| # Offer Builder | |
| > Turn any discovery call into a tailored proposal that solves the prospect's actual problem — not a generic pitch. | |
| --- |
This file contains hidden or 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
| --- | |
| name: product-evaluator | |
| description: Use this skill whenever the user wants to evaluate product ideas, compare business opportunities, decide what to build next, or score ideas against criteria. Triggers include "evaluate this product idea", "compare these ideas", "what should we build", "score these opportunities", "product scheme", "оцени идеи продуктов", "что строить", "сравни варианты". | |
| --- | |
| # Product Evaluator | |
| > Turn a pile of product ideas into a clear comparison with a recommended path. | |
| --- |
This file contains hidden or 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
| { | |
| "id": 9516, | |
| "uuid": "665484f0-b18c-0137-d8fb-532174fc93c4", | |
| "type": "trip", | |
| "start_timestamp": "2019-09-04T21:53:46.000+00:00", | |
| "stop_timestamp": "2019-09-04T21:59:58.000+00:00", | |
| "harsh_events_count": 0, | |
| "distance": "2.03", | |
| "status": "normal", | |
| "cached_at": "2019-09-04T22:00:03.993+00:00", |
This file contains hidden or 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
| { | |
| "id": 9516, | |
| "uuid": "665484f0-b18c-0137-d8fb-532174fc93c4", | |
| "type": "trip", | |
| "start_timestamp": "2019-09-04T21:53:46.000+00:00", | |
| "stop_timestamp": "2019-09-04T21:59:58.000+00:00", | |
| "harsh_events_count": 0, | |
| "distance": "2.03", | |
| "status": "normal", | |
| "cached_at": "2019-09-04T22:00:03.993+00:00", |
This file contains hidden or 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
| { | |
| vehicle(id: 115) { | |
| trip(id: 2704) { | |
| points { | |
| entities { | |
| events | |
| } | |
| } | |
| } | |
| } |
This file contains hidden or 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
| { | |
| "data": { | |
| "vehicle": { | |
| "trip": { | |
| "points": { | |
| "entities": [ | |
| { | |
| "type": "EVENT", | |
| "location": { | |
| "speed": null, |
This file contains hidden or 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
| "Group ID 1ffc469f-5aa7-4490-8993-3f73f5417715" | |
| "First trip start time 2018-05-11 10:25:58Z" | |
| "Last trip start time 2018-06-17 10:42:33.871Z" | |
| "Total trip count 15" | |
| ==========DRIVERS========== | |
| "Driver register email " | |
| "Driver register phone 19999992255" | |
| "MEID 8b012e24-f98f-4ab8-a611-45759a0ef170" | |
| "Driver register email " | |
| "Driver register phone 19999992233" |
This file contains hidden or 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.leafNode(1, T.translate('diagnostics.vehicle_info_component.make'), this.getValue("make", vinInfo.getIn(["make","name"]) ))} | |
| {this.leafNode(1, T.translate('diagnostics.vehicle_info_component.model'), this.getValue("model", vinInfo.getIn(["model","name"]) ))} | |
| {this.leafNode(1, T.translate('diagnostics.vehicle_info_component.year'), this.getValue("year", vinInfo.getIn(["years",0,"year"]) ))} | |
| {this.leafNode(1, T.translate('diagnostics.vehicle_info_component.vin'), this.getValue("vin", vinInfo.get("vin") ))} | |
| <h4 className="header">{T.translate('diagnostics.vehicle_info_component.vehicle_detail')}:</h4> | |
| {this.leafNode(1, T.translate('diagnostics.vehicle_info_component.market'), this.getValue("market", vinInfo.getIn(["categories","market"]) ))} | |
| {this.leafNode(1, T.translate('diagnostics.vehicle_info_component.epa_class'), this.getValue("epaClass", vinInfo.getIn(["categories","EPAClass"]) ))} | |
| {this.leafNode(1, T.tra |
This file contains hidden or 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
| apiVersion: extensions/v1beta1 | |
| kind: Ingress | |
| metadata: | |
| annotations: | |
| kubectl.kubernetes.io/last-applied-configuration: | | |
| {"apiVersion":"extensions/v1beta1","kind":"Ingress","metadata":{"annotations":{},"name":"roll-frontend-management","namespace":"roll"},"spec":{"rules":[{"host":"roll.modustools.com","http":{"paths":[{"backend":{"serviceName":"roll-frontend-management","servicePort":8080},"path":"/"}]}}],"tls":[{"hosts":["roll.modustools.com"],"secretName":"roll-frontend-management"}]}} | |
| kubernetes.io/tls-acme: "true" | |
| creationTimestamp: null | |
| generation: 1 | |
| selfLink: /apis/extensions/v1beta1/namespaces/roll/ingresses/roll-frontend-management |
This file contains hidden or 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
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| creationTimestamp: null | |
| name: roll-frontend-management | |
| spec: | |
| ports: | |
| - port: 8080 | |
| protocol: TCP | |
| targetPort: 80 |
NewerOlder