Add basic setup #10
No reviewers
Labels
No labels
blocked
duplicate
needs
approval
needs
criteria
needs
estimate
needs
tests
question
type
admin
type
alert
type
bug
type
change
type
defect
type
dependencies
type
epic
type
idea
type
incident
type
investigation
type
spike
type
story
won't fix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
RabbitLabs/Burrow!10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/basic-setup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +25,4 @@cd YOUR_PROJECT```### Option B: Clone Direct lyTypo,
Directly@ -0,0 +163,4 @@1. **Customize Example.Web**: Rename it to your project name2. **Add your features**: Create components, pages, and services in `src/`3. **Extend the database**: Add entities to `src/Example.Web/Data/ExampleDbContext.cs`4. **Learn the architecture**: Read [Architecture Overview](architecture/overview.md)File doesn't exist
@ -0,0 +232,4 @@- [Module Management](modules.md) - Add or remove Burrow modules- [Architecture Overview](architecture/overview.md) - Understand Burrow's design- [Customization Examples](examples/) - Common modificationsDoesn't exist
@ -0,0 +7,4 @@| Module | Description | Status | Dependencies ||--------|-------------|--------|--------------|| **Burrow.Auth** | Authentication with ASP.NET Core Identity | ✅ Stable | PostgreSQL, EF Core || Burrow.Core | Shared utilities (only if needed) | 💭 Planned | None |Remove, not planned
@ -0,0 +8,4 @@|--------|-------------|--------|--------------|| **Burrow.Auth** | Authentication with ASP.NET Core Identity | ✅ Stable | PostgreSQL, EF Core || Burrow.Core | Shared utilities (only if needed) | 💭 Planned | None || Burrow.Payment | Payment processing | 💭 Future | To be determined |Remove, not planned
@ -0,0 +9,4 @@| **Burrow.Auth** | Authentication with ASP.NET Core Identity | ✅ Stable | PostgreSQL, EF Core || Burrow.Core | Shared utilities (only if needed) | 💭 Planned | None || Burrow.Payment | Payment processing | 💭 Future | To be determined || Burrow.Messaging | Email templates & notifications | 💭 Future | To be determined |Remove, not planned
@ -0,0 +19,4 @@- **Tested**: Has corresponding test project in `Burrow/tests/`- **Documented**: Architecture explained in `docs/architecture/`## Adding Burrow.Auth to Your ProjectAs well as the updater tool, we should in the future make a module management tool
@ -0,0 +1,233 @@# Burrow Update Tool ArchitectureShould be in an
architecturefolder@ -0,0 +77,4 @@### 2. Check for UpdatesVisit the [Burrow releases page](https://github.com/Vylpes/burrow/releases) and note the latest version.Update url