allejo / allejo/postgame

Replays should know what server they're available at

オープン
#3 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
enhancement good first issue help wanted
主要言語
PHP
スター
1
フォーク
4
PR マージ指標
30日以内にマージされた PR はありません

説明

Replay entities should know what bzfs server they are available at.

- [ ] A new `Server` entity should be created and have the `Replay` entity as a foreign key. This way, if the server moves or changes addresses, it only has to be updated in one location. This entity should have the following fields
- [ ] Hostname
- [ ] Port (what port is the **replay server** located at, **NOT** what server did this match take place on)
- [ ] Owner (a user's BZID, make this an int for now)
- [ ] Add [new commands](https://symfony.com/doc/4.4/console.html) to support the following:
- [ ] Creating a new `Server` instance and have a walk through of inputting information
- [ ] Modify `app:replay:import` and add a new CLI flag that lets you specify a `Server` ID; e.g. `--replay-server`

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。