From 5a2ae06de129e670c23fafe44f6935050a147b74 Mon Sep 17 00:00:00 2001 From: Hatim EL OUFIR Date: Thu, 15 Sep 2022 23:21:03 +0100 Subject: [PATCH 1/5] Update demo --- README.md | 36 ++++++++++++++++-------------------- 1 file changed, 16 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 01fb4995..196ad3d6 100644 --- a/README.md +++ b/README.md @@ -7,40 +7,36 @@ PHP 8.0

-Help Desk is a Laravel based project, that let you manage your support tickets and communicate with your customers, with a beautiful and simple to use platform. +Help Desk is a Laravel based project, that let you manage your support tickets and communicate with your customers, with +a beautiful and simple to use platform. Help Desk is based on the latest version of Laravel and any other Open Source packages and technologies. ![Help Desk](github-contents/banner.jpg) - ## Online demo You can check our online demo here: [Online demo](http://helpdesk.devaslan.com/) -Use the following accounts to access demo: - -*Administrator* - -- Email: darkvador@gmail.com -- Password: secret - -*Customer* - -- Email: janedoe@gmail.com -- Password: secret - -*Employee* - -- Email: johndoe@gmail.com -- Password: secret - +> Use the following accounts to access demo: +> Important: The save / delete users functions are disabled only in demo instance +> +> **Administrator** +> - Email: darkvador@gmail.com +> - Password: secret +> +> **Customer** +> - Email: janedoe@gmail.com +> - Password: secret +> +> **Employee** +> - Email: johndoe@gmail.com +> - Password: secret ## Documentation You can find a full documentation here: [Documentation](http://helpdesk.devaslan.com/docs/) - ## Credits - [All Contributors](https://github.com/heloufir/filament-workflow-manager/graphs/contributors) From a24afd1c5047c22b5bd08f3fc4b71d2a54c24052 Mon Sep 17 00:00:00 2001 From: EL OUFIR Hatim Date: Thu, 15 Sep 2022 23:22:03 +0100 Subject: [PATCH 2/5] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 196ad3d6..76e0ef96 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,9 @@ Help Desk is based on the latest version of Laravel and any other Open Source pa You can check our online demo here: [Online demo](http://helpdesk.devaslan.com/) -> Use the following accounts to access demo: -> Important: The save / delete users functions are disabled only in demo instance +> **Use the following accounts to access demo:** +> +> *Important: The save / delete users functions are disabled only in demo instance* > > **Administrator** > - Email: darkvador@gmail.com From dc249b75884e7818ccd2abf4b532147b00aabc6c Mon Sep 17 00:00:00 2001 From: Hatim EL OUFIR Date: Thu, 15 Sep 2022 23:22:57 +0100 Subject: [PATCH 3/5] Update demo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76e0ef96..8a55b5cc 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ You can find a full documentation here: [Documentation](http://helpdesk.devaslan ## Credits -- [All Contributors](https://github.com/heloufir/filament-workflow-manager/graphs/contributors) +- [All Contributors](https://github.com/devaslanphp/help-desk/graphs/contributors) ## License From 92aac88d1a48a1926edf43ba2dcef8c90811a3a8 Mon Sep 17 00:00:00 2001 From: Hatim EL OUFIR Date: Thu, 15 Sep 2022 23:28:39 +0100 Subject: [PATCH 4/5] French file translation updates --- lang/fr.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/lang/fr.json b/lang/fr.json index e5b5a69b..87d75846 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -191,5 +191,22 @@ "Your account details has been updated": "Les détails de votre compte ont été mis à jour", "Your comment has been successfully added to the ticket": "Votre commentaire a bien été ajouté au ticket", "Your password is now updated": "Votre mot de passe est maintenant à jour", - "Default language": "Langue par défaut" + "Default language": "Langue par défaut", + "Created": "Créé", + "In progress": "En cours", + "Done": "Fait", + "Validated": "Validé", + "Rejected": "Rejeté", + "Lowest": "Très basse", + "Low": "Basse", + "Normal": "Normale", + "High": "Haute", + "Highest": "Très haute", + "Improvement": "Amélioration", + "New feature": "Nouvelle fonctionnalité", + "Task": "Tâche", + "Bug": "Bug", + "Administrator": "Administrateur", + "Employee": "Employé", + "Customer": "Client" } From 8ca170ee0606de1fd93b05248259c442d13089f0 Mon Sep 17 00:00:00 2001 From: Hatim EL OUFIR Date: Thu, 15 Sep 2022 23:30:35 +0100 Subject: [PATCH 5/5] Design enhancement (home and my profile) --- resources/views/livewire/my-profile.blade.php | 2 +- resources/views/livewire/projects.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/livewire/my-profile.blade.php b/resources/views/livewire/my-profile.blade.php index 3f2ff68f..54d2f240 100644 --- a/resources/views/livewire/my-profile.blade.php +++ b/resources/views/livewire/my-profile.blade.php @@ -12,7 +12,7 @@ -
+
diff --git a/resources/views/livewire/projects.blade.php b/resources/views/livewire/projects.blade.php index 067e3517..0b4ebc1e 100644 --- a/resources/views/livewire/projects.blade.php +++ b/resources/views/livewire/projects.blade.php @@ -24,7 +24,7 @@
@foreach(auth()->user()->favoriteProjects as $project) -
+
{{ $project->name }}