Skip to content

Commit 65d88cb

Browse files
committed
draft PR
Signed-off-by: Anna Khismatullina <[email protected]>
1 parent 287f2f2 commit 65d88cb

File tree

18 files changed

+327
-233
lines changed

18 files changed

+327
-233
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
class: document:class:Teamspace
2+
title: Documentation
3+
emoji: 📖
4+
private: false
5+
autoJoin: true
6+
owners:
7+
8+
members:
9+
10+
description: Technical documentation and guides
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
class: document:class:Document
3+
title: Getting Started Guide
4+
---
5+
# Getting Started
6+
7+
Welcome to our project! This guide will help you get started with development.
8+
9+
## Setup Steps
10+
11+
1. Clone the repository
12+
2. Install dependencies
13+
3. Set up your environment
14+
15+
## Project Communication
16+
We use Huly for all project communication:
17+
- Team discussions in Virtual Office
18+
- Technical discussions in issue comments
19+
- Documentation in Huly Documents
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
class: document:class:Document
3+
title: User Guide
4+
---
5+
# User Guide
6+
7+
Our platform architecture and key components.
8+
9+
## System Overview
10+
11+
<img src="./files/architecture.png" width="800"/>
12+
13+
## Development Workflow
14+
- Code reviews via GitHub integration
15+
- CI/CD status in Huly Activity Feed
16+
- Team sync-ups in Huly Virtual Office
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
class: document:class:Document
3+
title: Installation Guide
4+
---
5+
# Installation
6+
7+
## System Requirements
8+
- Node.js 18 or higher
9+
- Docker Desktop
10+
- Git
11+
12+
## Setup Steps
13+
14+
1. Clone the repository
15+
2. Install dependencies
16+
3. Configure your environment
17+
18+
## Need Help?
19+
Contact @Joe Shmoe for technical support
39.3 KB
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
class: tracker:class:Project
2+
title: Project Alpha
3+
identifier: ALPHA
4+
emoji: 🦄
5+
private: false
6+
autoJoin: true
7+
owners:
8+
9+
members:
10+
11+
description: Main development project
12+
defaultIssueStatus: Todo
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
class: tracker:class:Issue
3+
title: Project Setup
4+
status: In Progress
5+
priority: High
6+
assignee: John Doe
7+
estimation: 8
8+
remainingTime: 4
9+
comments:
10+
11+
text: |
12+
Initial infrastructure is ready!
13+
14+
text: |
15+
Great! I'll start working on [Configure CI](./1.Project%20Setup/2.Configure%20CI.md) task now.
16+
17+
text: |
18+
Perfect, don't forget to update [documentation](../Documentation/User%20Guide/Installation.md) when you're done.
19+
attachments:
20+
- ./files/screenshot.png
21+
---
22+
**Initial project infrastructure setup.**
23+
24+
Tasks:
25+
1. Repository setup
26+
2. Configure GitHub integration with Huly
27+
3. Set up CI/CD pipeline using [configuration template](./files/config.yaml)
28+
4. Configure team access and permissions
29+
30+
Daily sync-ups in Huly Virtual Office at 10:00 AM UTC.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
class: tracker:class:Issue
3+
title: Configure CI Pipeline
4+
status: Todo
5+
priority: High
6+
assignee: Joe Shmoe
7+
estimation: 4
8+
---
9+
Set up CI pipeline with GitHub integration:
10+
- Configure GitHub Actions
11+
- Set up test automation
12+
- Add build status notifications to Huly
13+
- Configure deployment workflow
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
class: tracker:class:Issue
3+
title: Update Documentation
4+
status: Backlog
5+
priority: Medium
6+
---
7+
Update project documentation in Huly:
8+
- Complete installation guide
9+
- Add troubleshooting section
10+
- Document GitHub integration setup
11+
- Review in next team meeting
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Development environment configuration
2+
server:
3+
port: 3000
4+
host: localhost
5+
6+
database:
7+
host: localhost
8+
port: 5432
9+
name: project_alpha
10+
user: postgres
11+
12+
github:
13+
webhook_url: https://api.github.com/webhooks
14+
branch: master
15+
16+
logging:
17+
level: debug
18+
format: json

0 commit comments

Comments
 (0)