adamkali / adamkali/MiraculousKingdom

Add RollRequest

Đang mở
#21 0 bình luận 0 reaction 0 người được giao Được @adamkali nhận Xem trên GitHub
Ngôn ngữ chính
Rust
Star
1
Fork
0
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

The roll request will look something like this:
```rust
pub struct RollRequest {
pub roll_owner String,
pub roll_ability Ability,
pub rolls Vec,
pub roll_chars Character,
}
```
and roll
```rust
pub struct Roll {
pub roll MightStat,
pub roll_character Character,
}
```

so we need

- [x] a roll struct
- [x] a roll request
- [x] add the roll request to the queue
- [x] a method to take in the request for characters who need to roll that sends back the request in the queue
- [x] a method to resolve the request
- [ ] a modal to hold the character select for the roll by the owner
- [ ] a modal for the people to roll when submitting the queue.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.