Skip to content

Commit ca7440e

Browse files
committed
Init
Signed-off-by: Denis Bykhov <[email protected]>
0 parents  commit ca7440e

File tree

5 files changed

+167
-0
lines changed

5 files changed

+167
-0
lines changed

README.md

Whitespace-only changes.

files/init_2.gif

1.25 MB
Loading

files/init_3.gif

8.11 MB
Loading

files/init_4.gif

18.1 MB
Loading

script.yaml

+167
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
- name: 'test'
2+
default: true
3+
steps:
4+
- type: 'create'
5+
_class: 'contact:class:Person'
6+
resultVariable: ${userPerson}
7+
data:
8+
space: contact:space:Contacts
9+
name: 'John Doe'
10+
city: ''
11+
avatarType: 'color'
12+
avatarProps:
13+
color: '#f868bc'
14+
- type: 'mixin'
15+
_class: 'contact:class:Person'
16+
mixin: 'contact:mixin:Employee'
17+
data:
18+
space: contact:space:Contacts
19+
_id: ${userPerson}
20+
active: true
21+
- type: 'create'
22+
_class: 'contact:class:PersonAccount'
23+
resultVariable: ${userAccount}
24+
data:
25+
26+
role: 'OWNER'
27+
space: contact:space:Contacts
28+
preson: ${userPerson}
29+
- type: 'upload'
30+
contentType: 'image/gif'
31+
resultVariable: ${gif2}
32+
size: 1308543
33+
fromUrl: https://dist.huly.io/init_2.gif
34+
- type: 'upload'
35+
contentType: 'image/gif'
36+
resultVariable: ${gif3}
37+
size: 8507842
38+
fromUrl: https://dist.huly.io/init_3.gif
39+
- type: 'upload'
40+
contentType: 'image/gif'
41+
resultVariable: ${gif4}
42+
size: 18927347
43+
fromUrl: https://dist.huly.io/init_4.gif
44+
- type: 'create'
45+
_class: 'tracker:class:Issue'
46+
resultVariable: ${issue5}
47+
markdownFields:
48+
- 'description'
49+
data:
50+
space: 'tracker:project:DefaultProject'
51+
assignee: '${userPerson}'
52+
status: 'tracker:status:Backlog'
53+
number: 5
54+
priority: 0
55+
title: 'Explore all Huly has to offer 🚀'
56+
component: null
57+
dueDate: null
58+
milestone: null
59+
estimation: 0
60+
remainingTime: 0
61+
reportedTime: 0
62+
reports: 0
63+
attachedTo: 'tracker:ids:NoParent'
64+
attachedToClass: 'tracker:class:Issue'
65+
collection: 'subIssues'
66+
identifier: 'HULY-5'
67+
kind: 'tracker:taskTypes:Issue'
68+
rank: '#nextRank'
69+
relations: []
70+
parents: []
71+
childInfo: []
72+
description: |
73+
Now that you know how to create Projects, Issues and Todos, you can get started setting up your team’s workspace. However, there’s so much more to the Huly platform than task tracking! Dive deeper into the world of Huly, where harnessing the power of collaborative project management is just the beginning. Discover the ease and efficiency of managing your projects with us!
74+
75+
### Additional Features
76+
77+
* ➡️ Navigate Huly using these 3 intuitive methods:
78+
* **Command line** (`Cmd`/`Ctrl` + `K`) - Quickly search for items or execute commands.
79+
* **Keyboard shortcuts** - Access a comprehensive list by clicking `Help & Support` in the lower left corner of the application.
80+
* **Mouse navigation** - Right-click on Issues to open contextual menus and access commonly-used actions.
81+
* 👀 **Issue Peek:** Hover over Issues in your Tracker and press the space bar to see a preview of the **Issue’s** details. To scroll through Issue previews, press `J`/`K` or move the mouse.
82+
* **↔️ Integrate with GitHub, Google Calendar, Gmail and more!** To learn more about integrating Huly with third-party applications, check out [**Huly Docs**](https://docs.huly.io/integrations/github/).
83+
84+
---
85+
86+
### Need some more support?
87+
88+
* [**Huly Docs**](https://docs.huly.io/) - Our resource for step-by-step tutorials! Learn how to customize the Huly platform to your team’s needs through detailed instructions and video demonstrations.
89+
* [**Slack**](https://hulycommunity.slack.com/join/shared_invite/zt-29kl7zmwz-2b3RRVTiWhhtAwzHjBm3Wg#/shared-invite/email) - Our community on Slack is not only an excellent resource for getting in touch directly with our engineers for support, but also a great space for sharing feedback and feature suggestions!
90+
* [**YouTube**](https://www.youtube.com/channel/UCUaG4fhRtAVWmsw1Q9PvgWw) - Dive deeper into Huly’s features by watching our demo videos, tutorials and other video content.
91+
* Reach out through **[LinkedIn](https://www.linkedin.com/company/hardcoreeng)** and [**Twitter**](https://twitter.com/huly_io) - we’d love to see what you’re building with Huly!
92+
93+
---
94+
95+
🎉 Congratulations! You’ve completed all of the tasks! ✅
96+
97+
We can’t wait to see what you create! 🚀
98+
- type: 'create'
99+
_class: 'tracker:class:Issue'
100+
resultVariable: ${issue4}
101+
markdownFields:
102+
- 'description'
103+
data:
104+
space: 'tracker:project:DefaultProject'
105+
assignee: '${userPerson}'
106+
status: 'tracker:status:Backlog'
107+
number: 5
108+
priority: 0
109+
title: 'Schedule your first Todo 📆'
110+
component: null
111+
dueDate: null
112+
milestone: null
113+
estimation: 0
114+
remainingTime: 0
115+
reportedTime: 0
116+
reports: 0
117+
attachedTo: 'tracker:ids:NoParent'
118+
attachedToClass: 'tracker:class:Issue'
119+
collection: 'subIssues'
120+
identifier: 'HULY-4'
121+
kind: 'tracker:taskTypes:Issue'
122+
rank: '#nextRank'
123+
relations: []
124+
parents: []
125+
childInfo: []
126+
description: |
127+
A **Todo** is a task to be completed by a specific team member.
128+
129+
> *But wait … didn’t we just create an **Issue** assigned to a team member?* What’s the difference?
130+
131+
At a glance:
132+
133+
* **Issue** - work that needs to be completed
134+
* **Todo** - an individual’s responsibility to complete that work
135+
136+
When an Issue is created with the status of “Todo” and assigned to a team member, that team member receives a corresponding Todo item in their personal Planner.
137+
138+
Let’s see how an Issue status is *automatically updated* based on an individual team member’s progress towards their Todo. Let’s go!
139+
140+
---
141+
142+
### Task 4 - Schedule your first Todo
143+
144+
Remember that Issue you just created in the previous step? Because you set the Issue status to “Todo” and assigned it to yourself, you’ve received a corresponding Todo for that Issue.
145+
146+
Head over to your Planner by clicking the calendar icon in the left sidebar. Here, you’ll see a Todo for the Issue you just created!
147+
148+
There are 2 ways to schedule a Todo:
149+
150+
* Click and drag the Todo to your calendar on the right side panel, *or*
151+
* Click on the Todo ****to open it in the right side panel. Click `Add Slot` to create a time slot representing when you plan to do the work. From there, you can adjust the day and time and add more slots if needed.
152+
153+
Notice that when you schedule a Todo, it moves from “Unplanned” to “Scheduled” on the list.
154+
155+
Now, navigate back to the Tracker by clicking the checkbox icon in the left side panel. Notice that the status *automatically updated* to “In Progress”! That’s because you scheduled your Todo, indicating your commitment to completing the work.
156+
157+
![](image://file?file=${gif4}&width=1440)
158+
159+
If you’d like, go ahead back to your Planner and check off your Todo by clicking the round checkbox that appears when you hover over it. You’ll see that the Issue status automatically updates to “Done”.
160+
161+
---
162+
163+
🎉 Congratulations! You’ve completed Task 4 ✅
164+
165+
There is so much more to learn about Todos - how to add private notes, change visibility, view Todos on the Team Planner and more! Learn more on [**Huly Docs**](https://docs.huly.io/team-workflows/todos/) and read about why Todos are so important to the Huly platform on our [**blog**](https://huly.blog/huly-todos).
166+
167+
### Next: Task 5 - Explore all Huly has to offer ➡️ [](ref://?_class=tracker%3Aclass%3AIssue&_id=${issue5}&label=HULY-5)

0 commit comments

Comments
 (0)