Application MAUI - Bibliothèque de livres
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Lou BRODA 37cd46dee8
ADD : Scan BarCode working - method to add book ToAdd
1 year ago
DtoAbstractLayer ADD : Model generated 1 year ago
JsonReader ADD : Model generated 1 year ago
LibraryDTO ADD : Model generated 1 year ago
LivreLand ADD : Scan BarCode working - method to add book ToAdd 1 year ago
Model ADD : Page contacts with lend to Contact (page add Contact ToDo) + had to find solution to dont use OnAppearing when open TousView 1 year ago
PersonalMVVMToolkit FIX : some using of MyToolkit & Debug .csproj 1 year ago
Stub ADD : Update Model with favoritebooks methods 1 year ago
StubbedDTO FIX : some using of MyToolkit & Debug .csproj 1 year ago
Tests FIX : some using of MyToolkit & Debug .csproj 1 year ago
Utils ADD : Model generated 1 year ago
ViewModels ADD : Start Camera Scan implementation 1 year ago
.gitattributes Ajouter .gitattributes et .gitignore 1 year ago
.gitignore Ajouter .gitattributes et .gitignore 1 year ago
LivreLand.sln FIX : some using of MyToolkit & Debug .csproj 1 year ago
README.md Mise à jour de 'README.md' 1 year ago

README.md

LIVRE LAND

Bonjour et bienvenue sur le dépôt du projet LIVRE LAND ! 👋


Sommaire

  1. Accessibilité
  2. Progression
  3. Présentation du projet
  4. Contenu
  5. Auteurs

Pour accéder au code de l'application, vous pouvez cloner la branche master du dépôt Code#0 et ouvrir celle-ci dans Microsoft Visual Studio par exemple.

Warning: Le déploiement n'a pas encore été fait.

Disponible sur :


🚧 EN PROGRESSION

Étape 1 : Développement des vues en XAML

  • Intégralité des pages proposées sur la page d'accueil développées
  • Mode clair & Mode sombre disponibles (pas très esthétique)
  • Utilisable en mode portrait ou mode paysage
  • Exploitation des Styles et des Content View réutilisables
  • Mise à disposition de quelques données dans un Stub pour la présentation des vues
  • View Model non utilisés et fonctionnalités pas toutes mises en place (seulement les vues)
  • Navigation généralement utilisable mais pas parfaitement codée

Étape 2 : Personnal MVVM Toolkit

classDiagram
direction LR
class INotifyPropertyChanged {
    <<interface>>
}

class ObservableObject{
    +PropertyChanged: event PropertyChangedEventHandler?;
    #OnPropertyChanged (string PropertyName = null) : void
    #SetProperty<T> (T member, T value, Action<T> action, string propertyName = null) : void
    #SetProperty<T> (ref T member, T value, string propertyName = null) : void
}

class BaseViewModel{
    +Model: TModel;
    -model: TModel;
    +BaseViewModel(TModel model)
    +BaseViewModel() : this(default)
}

class ICommand{
    <<interface>>
}

class RelayCommand{
    +CanExecuteChanged: event EventHandler?;
    +CanExecute (object? parameter) : bool
    +Execute (object? parameter) : void
    +RefreshCommand() : void
} 

ObservableObject ..|> INotifyPropertyChanged
BaseViewModel --|> ObservableObject
RelayCommand ..|> ICommand


Présentation

LivreLand : votre bibliothèque connectée !
Retrouver tous vos livres préférés en un clic.


Fonctionnalités

  • Livres triés par auteur, date, notes, statut de lecture...
  • Livres à lire plus tard
  • Livres prêtés
  • Livres favoris

Ressources

  • Temps
    • 4 Septembre au
  • Matériel
    • Ordinateurs portables sous Windows
    • Émulateur sous Visual Studio 2022
    • Téléphone portable
  • Langages utilisés
  • Personnes
    • 1 étudiant en BUT Informatique

Auteur

Étudiant 3ème Annnée - BUT Informatique - IUT Clermont Auvergne - 2023-2024
BRODA Lou