From 4fddd4f802499b1bd9eed0e3808d7901ca18d86b Mon Sep 17 00:00:00 2001 From: nimaye Date: Wed, 7 Dec 2022 12:38:20 +0100 Subject: [PATCH 1/2] modification planification --- Sources/IHM/Desktop/Planification.xaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Sources/IHM/Desktop/Planification.xaml b/Sources/IHM/Desktop/Planification.xaml index e90603a..e7f5001 100644 --- a/Sources/IHM/Desktop/Planification.xaml +++ b/Sources/IHM/Desktop/Planification.xaml @@ -21,7 +21,7 @@ -s - + From 92390d408c76839096dd512515c311c7f0744956 Mon Sep 17 00:00:00 2001 From: nimaye Date: Wed, 7 Dec 2022 14:29:21 +0100 Subject: [PATCH 2/2] =?UTF-8?q?mise=20en=20place=20des=20content=20view=20?= =?UTF-8?q?de=20planification=20et=20pr=C3=A9paration=20du=20dashboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/IHM/AppShellDesktop.xaml | 2 +- Sources/IHM/Desktop/CV_Planification.xaml | 46 +++++++++++++++ Sources/IHM/Desktop/CV_Planification.xaml.cs | 9 +++ Sources/IHM/Desktop/DashBoard.xaml | 59 +++++++++++++++----- Sources/IHM/Desktop/Planification.xaml | 39 +++++++------ Sources/IHM/Desktop/Planification.xaml.cs | 2 +- Sources/IHM/IHM.csproj | 3 + 7 files changed, 128 insertions(+), 32 deletions(-) create mode 100644 Sources/IHM/Desktop/CV_Planification.xaml create mode 100644 Sources/IHM/Desktop/CV_Planification.xaml.cs diff --git a/Sources/IHM/AppShellDesktop.xaml b/Sources/IHM/AppShellDesktop.xaml index 16d34e1..a84f38e 100644 --- a/Sources/IHM/AppShellDesktop.xaml +++ b/Sources/IHM/AppShellDesktop.xaml @@ -8,7 +8,7 @@ Shell.NavBarIsVisible="False"> diff --git a/Sources/IHM/Desktop/CV_Planification.xaml b/Sources/IHM/Desktop/CV_Planification.xaml new file mode 100644 index 0000000..2277634 --- /dev/null +++ b/Sources/IHM/Desktop/CV_Planification.xaml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/IHM/Desktop/CV_Planification.xaml.cs b/Sources/IHM/Desktop/CV_Planification.xaml.cs new file mode 100644 index 0000000..cdab9f6 --- /dev/null +++ b/Sources/IHM/Desktop/CV_Planification.xaml.cs @@ -0,0 +1,9 @@ +namespace IHM.Desktop; + +public partial class CV_Planification : ContentView +{ + public CV_Planification() + { + InitializeComponent(); + } +} \ No newline at end of file diff --git a/Sources/IHM/Desktop/DashBoard.xaml b/Sources/IHM/Desktop/DashBoard.xaml index 3f2c91c..b2a4064 100644 --- a/Sources/IHM/Desktop/DashBoard.xaml +++ b/Sources/IHM/Desktop/DashBoard.xaml @@ -4,24 +4,57 @@ x:Class="IHM.Desktop.Dashboard" Title="Dashboard"> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + - - - - - - - - - + + \ No newline at end of file diff --git a/Sources/IHM/Desktop/Planification.xaml b/Sources/IHM/Desktop/Planification.xaml index e7f5001..4e44f77 100644 --- a/Sources/IHM/Desktop/Planification.xaml +++ b/Sources/IHM/Desktop/Planification.xaml @@ -7,31 +7,36 @@ - - - + + + + + + + + - + - - - - - + + + - - - - - - - - + + + + + + + + + + diff --git a/Sources/IHM/Desktop/Planification.xaml.cs b/Sources/IHM/Desktop/Planification.xaml.cs index ec55e4d..64146f7 100644 --- a/Sources/IHM/Desktop/Planification.xaml.cs +++ b/Sources/IHM/Desktop/Planification.xaml.cs @@ -8,7 +8,7 @@ public partial class Planification : ContentPage public Planification() { InitializeComponent(); - BindingContext = Mgr; + } diff --git a/Sources/IHM/IHM.csproj b/Sources/IHM/IHM.csproj index 74009ee..c3aab9b 100644 --- a/Sources/IHM/IHM.csproj +++ b/Sources/IHM/IHM.csproj @@ -96,6 +96,9 @@ MSBuild:Compile + + MSBuild:Compile + MSBuild:Compile