diff --git a/database/seeders/AirQualityProjectSeeder.php b/database/seeders/AirQualityProjectSeeder.php new file mode 100644 index 00000000..ee66b506 --- /dev/null +++ b/database/seeders/AirQualityProjectSeeder.php @@ -0,0 +1,99 @@ +projectRepository = $crowdSourcingProjectRepository; + $this->projectTranslationRepository = $crowdSourcingProjectTranslationRepository; + } + + /** + * Run the database seeds. + */ + public function run(): void { + $project = [ + 'id' => 4, + 'slug' => 'air-quality-europe', + 'external_url' => 'https://www.scify.gr/site/en/', + 'img_path' => '/images/projects/air-quality-europe/logo-bg.webp', + 'logo_path' => '/images/projects/air-quality-europe/logo.webp', + 'user_creator_id' => 1, + 'language_id' => 6, + 'should_send_email_after_questionnaire_response' => 1, + 'lp_primary_color' => '#707070', + 'lp_questionnaire_image_path' => '/images/projects/air-quality-europe/logo.webp', + 'lp_show_speak_up_btn' => 1, + 'sm_featured_img_path' => '/images/projects/air-quality-europe/logo.webp', + 'display_landing_page_banner' => 1, + 'status_id' => CrowdSourcingProjectStatusLkp::PUBLISHED, + ]; + + $project_translations = [ + [ + 'id' => 6, + 'language_id' => 6, + 'project_id' => 4, + 'name' => 'Air Quality in Europe', + 'motto_title' => 'Please share with us your opinion on the air quality in Europe. Your voice matters!', + 'motto_subtitle' => 'You can make an impact! Share your opinion with us!', + 'description' => 'Lorem ipsum dolor site amet', + 'about' => '
Contribute to solving air quality problems in Athens and across Europe. Write points for and against the proposed solutions. Your contributions will be a valuable contribution to official policy to improve air quality in Athens and across Europe.
', + 'footer' => '© SCIFY ' . now()->year . ' | + Terms of use | + Privacy Policy | + Cookie Policy', + 'sm_title' => 'Air Quality in Europe', + 'sm_description' => 'Please share with us your opinion on the air quality in Europe. Your voice matters!', + 'sm_keywords' => 'Social Media Keywords', + 'questionnaire_response_email_intro_text' => '
Thanks to your contribution we are one step closer to understanding the problem.
Thank you for your time and effort.
Συμβάλλετε στην επίλυση των προβλημάτων ποιότητας του αέρα στην Αθήνα και σε όλη την Ευρώπη. Γράψτε επιχειρήματα υπέρ και κατά των προτεινόμενων λύσεων. Η συμβολή σας θα είναι πολύτιμη για τη διαμόρφωση επίσημης πολιτικής για τη βελτίωση της ποιότητας του αέρα στην Αθήνα και σε όλη την Ευρώπη.
', + 'footer' => '© SCIFY ' . now()->year . ' | + Πολιτική Ορθής Χρήσης | + Πολιτική Ιδιωτικότητας | + Πολιτική Cookies', + 'sm_title' => 'Η Ποιότητα του Αέρα στην Ευρώπη', + 'sm_description' => 'Παρακαλούμε μοιραστείτε μαζί μας την άποψή σας για την ποιότητα του αέρα στην Ευρώπη. Η φωνή σας μετράει!', + 'sm_keywords' => 'Social Media Keywords', + 'questionnaire_response_email_intro_text' => '
Χάρη στη συνεισφορά σας είμαστε ένα βήμα πιο κοντά στην κατανόηση του προβλήματος.
Σας ευχαριστούμε για το χρόνο και την προσπάθειά σας.
Thanks to your contribution we are one step closer to understanding the problem.
Thank you for your time and effort.
Contribute to solving air quality problems in Athens and across Europe. Write points for and against the proposed solutions. Your contributions will be a valuable contribution to official policy to improve air quality in Athens and across Europe.
', - 'footer' => '© SCIFY ' . now()->year . ' | - Terms of use | - Privacy Policy | - Cookie Policy', - 'sm_title' => 'Air Quality in Europe', - 'sm_description' => 'Please share with us your opinion on the air quality in Europe. Your voice matters!', - 'sm_keywords' => 'Social Media Keywords', - 'questionnaire_response_email_intro_text' => '
Thanks to your contribution we are one step closer to understanding the problem.
Thank you for your time and effort.
Συμβάλλετε στην επίλυση των προβλημάτων ποιότητας του αέρα στην Αθήνα και σε όλη την Ευρώπη. Γράψτε επιχειρήματα υπέρ και κατά των προτεινόμενων λύσεων. Η συμβολή σας θα είναι πολύτιμη για τη διαμόρφωση επίσημης πολιτικής για τη βελτίωση της ποιότητας του αέρα στην Αθήνα και σε όλη την Ευρώπη.
', - 'footer' => '© SCIFY ' . now()->year . ' | - Πολιτική Ορθής Χρήσης | - Πολιτική Ιδιωτικότητας | - Πολιτική Cookies', - 'sm_title' => 'Η Ποιότητα του Αέρα στην Ευρώπη', - 'sm_description' => 'Παρακαλούμε μοιραστείτε μαζί μας την άποψή σας για την ποιότητα του αέρα στην Ευρώπη. Η φωνή σας μετράει!', - 'sm_keywords' => 'Social Media Keywords', - 'questionnaire_response_email_intro_text' => '
Χάρη στη συνεισφορά σας είμαστε ένα βήμα πιο κοντά στην κατανόηση του προβλήματος.
Σας ευχαριστούμε για το χρόνο και την προσπάθειά σας.