- Account
- Video katalozi / streaming
- Donations
- Live chat
Profili, mogu medjusobno da se prate, sistem notifikacije, login/registracija
Upload videa, start live streaming-a, mogucnost kreiranja plejlisti. Subscription deo gde se vide klipovi subscribe-ovanih profila
Donacije izmedju naloga i donacije kreatorima sajta (potencijalno neka porukica uz donaciju?)
u toku live streaminga profili mogu da se dopisuju sa strimerom ali i drugima. Strimer moze da ima neke permisije da blokira naloge itd
Visual Studio 2022 / Visual studio code je preporuka
Instalirati dodatne stvari:
.NET8nodejs v22
- Setupujte
git ppda moze da se prati cije je grana, mislim da ce ispasti lepse kad prezentujemo - Koristimo github tasks za pracenje sprintova i kreiranje taskova
- Pravimo PR koji mora da ima bar jedan approval pre merge-a
Mozda necemo koristiti. Koliko vidim po kursu treba svako da ima svoju bazu?
- Preko konzole lociraj se na
Glense.Server/folder - dotnet run
When you first clone the repository, run the setup script to install the pre-commit hook:
# Make sure you're in the repository root
./scripts/setup-hooks.shUsing git pp you can automatically add your username as a prefix when pushing the current branch.
Example:
If your branch is called fix-bugs and you setup username to John using ./setup-pp.sh John - pushed branched should look like this: John/fix-bugs
# Make sure you're in the repository root
./scripts/setup-pp.sh usernameThis project includes a pre-commit hook that automatically formats C# code before each commit.
The hook will automatically run and format your C# code. If any files are modified by formatting, the commit will be blocked and you'll need to stage the formatted files and commit again.
You can also run formatting manually:
# Place yourself on some directory:
dotnet format Glense.sln