main
Kimi Loeffel 3 years ago
parent 669f4fb9a3
commit b841f3488a

@ -23,21 +23,21 @@ namespace YOUserbase {
Lastname = "Loeffel", Lastname = "Loeffel",
BirthDate = new DateTime(2006, 04, 07), BirthDate = new DateTime(2006, 04, 07),
Details = "He does not enjoy .NET MAUI", Details = "He does not enjoy .NET MAUI",
// WorkingGroup = Groups.First(), WorkingGroup = Groups.First(),
}, },
new User { new User {
Firstname = "Levin", Firstname = "Levin",
Lastname = "Zehnder", Lastname = "Zehnder",
BirthDate = new DateTime(2005, 11, 12), BirthDate = new DateTime(2005, 11, 12),
Details = "He also does not like this shit", Details = "He also does not like this shit",
// WorkingGroup = Groups.First(), WorkingGroup = Groups.First(),
}, },
new User { new User {
Firstname = "Marco", Firstname = "Marco",
Lastname = "Herren", Lastname = "Herren",
BirthDate = new DateTime (2005, 11, 02), BirthDate = new DateTime (2005, 11, 02),
Details = "So does he", Details = "So does he",
// WorkingGroup = Groups.Last (), WorkingGroup = Groups.Last (),
}, },
}; };

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<ContentPage <ContentPage
xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"

@ -0,0 +1,13 @@
# YOUserbase
This application is a user management system.
You can have users, with different data, and groups.
You can manage them by clicking on the respective `Add user/group`, `Edit` and `Delete` buttons.
The application is made with the .NET MAUI Framework.
The credentials at the login page are:
Username: `admin`, Password: `admin`
Loading…
Cancel
Save