Christellah /
INF8808_Projet_SynapseC
Projet de session du cours INF8808, réalisé avec le mandat de l'entreprise Synapse C.
27/100 healthLoading repository data…
FrancoLeme / repository
Projet de session – Application Windows développée en C# avec WinUI 3 et une base de données SQLite | Session project – Windows application developed in C# with WinUI 3 and an SQLite database
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Projet de Franco et William
Page Gérant
Page Utilisateur
FW_Innovations
FW_Innovations.Data
FW_Innovations.Tests
FW_Innovations
FW_Innovations.Data
FW_Innovations.Tests
Le projet vise à développer une application interne pour FW Innovations permettant de centraliser la gestion des clients, des projets internes et de la communication entre employés.
Fonctionnalités principales :
Faciliter la gestion des tâches et des clients au sein de la compagnie.
Personne, BaseService<T>).erDiagram
Compagnie {
int compagnie_id PK
string nom
string adresse
}
%% Bien voir que, par ex., le client garde le id de la compagnie,
%% ce qui est différent du diagramme UML crée
%% (liste de clients enlevée).
%% On enlève aussi les méthodes.
Employe {
int id_employe PK
string mot_de_passe
string nom
string prenom
string courriel
string num_telephone
datetime derniere_connexion
date date_embauche
int id_type_employe FK
int compagnie_id FK
}
TypeEmploye {
int id_type_employe PK
string nom
}
Client {
int id_client PK
string nom_compagnie
string adresse
int compagnie_id FK
}
ContactClient {
int contact_id PK
int id_client FK
string nom
string prenom
string poste
string courriel
string num_telephone
}
Projet {
int id_projet PK
string description
date date_creation
date date_echeance
int id_client FK
int compagnie_id FK
}
Tache {
int id_tache PK
string description
date date_creation
date date_echeance
int id_employe FK
int id_type_progres FK
int id_projet FK
}
TypeProgres {
int id_type_progres PK
string nom
}
EmployeProjet {
int id_employe PK, FK
int id_projet PK, FK
}
%% aide-mémoire:
%% || = 1,1
%% o{ = 0,N
%% |{ = 1,N
Employe ||--|{ TypeEmploye : "est de type"
Compagnie ||--o{ Employe : "emploie"
Compagnie ||--o{ Client : "a pour client"
Compagnie ||--o{ Projet : "gère"
Client ||--o{ Projet : "commande"
Client ||--o{ ContactClient : "a pour contact"
Employe ||--o{ Tache : "est assigné à"
Projet ||--o{ Tache : "contient"
Tache ||--|{ TypeProgres : "a pour statut"
%% Entité pour permettre la relation N-M avec une entité
%% intermédiaire (entre les deux)
Employe }o--o{ EmployeProjet : "participe"
Projet }o--o{ EmployeProjet : "implique"
Selected from shared topics, language and repository description—not editorial ratings.
Christellah /
Projet de session du cours INF8808, réalisé avec le mandat de l'entreprise Synapse C.
27/100 healthJonathanRompre /
Projet de fin de session pour le cours A16. C#, .NET, EF, Procédures stockées.
27/100 healthDouglass-McMuffin /
C'est le projet de session. Cela devrait contenir le code Java et Javascript pour le web developpement
27/100 healthHugFournier /
Projet de fin de session (C#/Angular)
27/100 healthClaudin0305 /
c'est un devoir de session sciences informatiques
27/100 healthjoaquin-etc /
Projet Agence Santé en c#/xaml. 3e session de CÉGEP
27/100 health