Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
e-epal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Χάρης Παπαδόπουλος
e-epal
Commits
c77beea9
Commit
c77beea9
authored
Feb 13, 2017
by
Χάρης Παπαδόπουλος
Browse files
Options
Browse Files
Download
Plain Diff
resolved conflicts
parents
66ebf312
98cb60a0
Changes
76
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
76 changed files
with
4793 additions
and
194 deletions
+4793
-194
drupal/modules/epaldeploysystem/README.md
drupal/modules/epaldeploysystem/README.md
+5
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_admin_area.yml
.../config/install/rest.resource.entity.eepal_admin_area.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_prefecture.yml
.../config/install/rest.resource.entity.eepal_prefecture.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_region.yml
...stem/config/install/rest.resource.entity.eepal_region.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_school.yml
...stem/config/install/rest.resource.entity.eepal_school.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_sectors.yml
...tem/config/install/rest.resource.entity.eepal_sectors.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_sectors_in_epal.yml
...ig/install/rest.resource.entity.eepal_sectors_in_epal.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_specialties_in_epal.yml
...nstall/rest.resource.entity.eepal_specialties_in_epal.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_specialty.yml
...m/config/install/rest.resource.entity.eepal_specialty.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.epal_student.yml
...stem/config/install/rest.resource.entity.epal_student.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.epal_student_class.yml
...onfig/install/rest.resource.entity.epal_student_class.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.epal_student_course_field.yml
...nstall/rest.resource.entity.epal_student_course_field.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.epal_student_epal_chosen.yml
...install/rest.resource.entity.epal_student_epal_chosen.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.epal_users.yml
...system/config/install/rest.resource.entity.epal_users.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/views.view.coursefields.yml
...aldeploysystem/config/install/views.view.coursefields.yml
+255
-0
drupal/modules/epaldeploysystem/config/install/views.view.coursesectorlist.yml
...ploysystem/config/install/views.view.coursesectorlist.yml
+426
-0
drupal/modules/epaldeploysystem/config/install/views.view.coursesperschool.yml
...ploysystem/config/install/views.view.coursesperschool.yml
+526
-0
drupal/modules/epaldeploysystem/config/install/views.view.regional_epal.yml
...ldeploysystem/config/install/views.view.regional_epal.yml
+431
-0
drupal/modules/epaldeploysystem/config/install/views.view.sectorlist.yml
...epaldeploysystem/config/install/views.view.sectorlist.yml
+256
-0
drupal/modules/epaldeploysystem/config/install/views.view.sectorsperschool.yml
...ploysystem/config/install/views.view.sectorsperschool.yml
+486
-0
drupal/modules/epaldeploysystem/epaldeploysystem.info.yml
drupal/modules/epaldeploysystem/epaldeploysystem.info.yml
+8
-0
drupal/modules/epalreadydata/eepal_sectors_in_epal.page.inc
drupal/modules/epalreadydata/eepal_sectors_in_epal.page.inc
+30
-0
drupal/modules/epalreadydata/epalreadydata.links.action.yml
drupal/modules/epalreadydata/epalreadydata.links.action.yml
+5
-0
drupal/modules/epalreadydata/epalreadydata.links.menu.yml
drupal/modules/epalreadydata/epalreadydata.links.menu.yml
+14
-0
drupal/modules/epalreadydata/epalreadydata.links.task.yml
drupal/modules/epalreadydata/epalreadydata.links.task.yml
+22
-0
drupal/modules/epalreadydata/epalreadydata.permissions.yml
drupal/modules/epalreadydata/epalreadydata.permissions.yml
+22
-0
drupal/modules/epalreadydata/src/EepalSectorsInEpalAccessControlHandler.php
...lreadydata/src/EepalSectorsInEpalAccessControlHandler.php
+47
-0
drupal/modules/epalreadydata/src/EepalSectorsInEpalHtmlRouteProvider.php
...epalreadydata/src/EepalSectorsInEpalHtmlRouteProvider.php
+85
-0
drupal/modules/epalreadydata/src/EepalSectorsInEpalListBuilder.php
...dules/epalreadydata/src/EepalSectorsInEpalListBuilder.php
+45
-0
drupal/modules/epalreadydata/src/EepalSectorsInEpalTranslationHandler.php
...palreadydata/src/EepalSectorsInEpalTranslationHandler.php
+14
-0
drupal/modules/epalreadydata/src/Entity/EepalSchool.php
drupal/modules/epalreadydata/src/Entity/EepalSchool.php
+1
-1
drupal/modules/epalreadydata/src/Entity/EepalSectorsInEpal.php
...l/modules/epalreadydata/src/Entity/EepalSectorsInEpal.php
+263
-0
drupal/modules/epalreadydata/src/Entity/EepalSectorsInEpalInterface.php
.../epalreadydata/src/Entity/EepalSectorsInEpalInterface.php
+77
-0
drupal/modules/epalreadydata/src/Entity/EepalSectorsInEpalViewsData.php
.../epalreadydata/src/Entity/EepalSectorsInEpalViewsData.php
+24
-0
drupal/modules/epalreadydata/src/Form/EepalSectorsInEpalDeleteForm.php
...s/epalreadydata/src/Form/EepalSectorsInEpalDeleteForm.php
+15
-0
drupal/modules/epalreadydata/src/Form/EepalSectorsInEpalForm.php
...modules/epalreadydata/src/Form/EepalSectorsInEpalForm.php
+50
-0
drupal/modules/epalreadydata/src/Form/EepalSectorsInEpalSettingsForm.php
...epalreadydata/src/Form/EepalSectorsInEpalSettingsForm.php
+55
-0
drupal/modules/epalreadydata/templates/eepal_sectors_in_epal.html.twig
...s/epalreadydata/templates/eepal_sectors_in_epal.html.twig
+22
-0
source/actions/amkafill.actions.ts
source/actions/amkafill.actions.ts
+21
-0
source/actions/epalclass.actions.ts
source/actions/epalclass.actions.ts
+27
-0
source/actions/index.ts
source/actions/index.ts
+5
-1
source/actions/regionschools.actions.ts
source/actions/regionschools.actions.ts
+19
-3
source/actions/sectorcourses.actions.ts
source/actions/sectorcourses.actions.ts
+22
-4
source/actions/sectorfields.actions.ts
source/actions/sectorfields.actions.ts
+3
-2
source/actions/studentdatafields.actions.ts
source/actions/studentdatafields.actions.ts
+1
-2
source/app.ts
source/app.ts
+17
-5
source/components/home.ts
source/components/home.ts
+39
-3
source/components/navbar/navbar.component.html
source/components/navbar/navbar.component.html
+11
-0
source/components/student-application-form/amka-fill.ts
source/components/student-application-form/amka-fill.ts
+94
-0
source/components/student-application-form/application.form.main.html
...nents/student-application-form/application.form.main.html
+34
-9
source/components/student-application-form/application.form.main.ts
...ponents/student-application-form/application.form.main.ts
+13
-9
source/components/student-application-form/application.preview.ts
...omponents/student-application-form/application.preview.ts
+171
-26
source/components/student-application-form/epal.class.select.ts
.../components/student-application-form/epal.class.select.ts
+95
-0
source/components/student-application-form/region.schools.select.ts
...ponents/student-application-form/region.schools.select.ts
+91
-5
source/components/student-application-form/sector.courses.select.ts
...ponents/student-application-form/sector.courses.select.ts
+53
-23
source/components/student-application-form/sector.fields.select.ts
...mponents/student-application-form/sector.fields.select.ts
+73
-16
source/constants.ts
source/constants.ts
+8
-1
source/containers/globalstyles.css
source/containers/globalstyles.css
+20
-2
source/containers/main.routes.ts
source/containers/main.routes.ts
+11
-2
source/containers/main.ts
source/containers/main.ts
+1
-0
source/services/amkacheck-service.ts
source/services/amkacheck-service.ts
+30
-0
source/services/helper-data-service.ts
source/services/helper-data-service.ts
+28
-13
source/services/user-data-service.ts
source/services/user-data-service.ts
+0
-66
source/store/amkafill/amkafills.initial-state.ts
source/store/amkafill/amkafills.initial-state.ts
+7
-0
source/store/amkafill/amkafills.reducer.ts
source/store/amkafill/amkafills.reducer.ts
+22
-0
source/store/amkafill/amkafills.transformers.ts
source/store/amkafill/amkafills.transformers.ts
+12
-0
source/store/amkafill/amkafills.types.ts
source/store/amkafill/amkafills.types.ts
+11
-0
source/store/amkafill/index.ts
source/store/amkafill/index.ts
+10
-0
source/store/epalclasses/epalclasses.initial-state.ts
source/store/epalclasses/epalclasses.initial-state.ts
+7
-0
source/store/epalclasses/epalclasses.reducer.ts
source/store/epalclasses/epalclasses.reducer.ts
+22
-0
source/store/epalclasses/epalclasses.transformers.ts
source/store/epalclasses/epalclasses.transformers.ts
+12
-0
source/store/epalclasses/epalclasses.types.ts
source/store/epalclasses/epalclasses.types.ts
+11
-0
source/store/epalclasses/index.ts
source/store/epalclasses/index.ts
+10
-0
source/store/index.ts
source/store/index.ts
+4
-0
source/store/sectorcourses/sectorcourses.reducer.ts
source/store/sectorcourses/sectorcourses.reducer.ts
+1
-1
source/store/store.ts
source/store/store.ts
+8
-0
No files found.
drupal/modules/epaldeploysystem/README.md
0 → 100644
View file @
c77beea9
EPAL.epaldeploysystem .
Εγκατάσταση αρχικού configuration για entities/objects.
Ενεργοποίηση ΑΦΟΥ ενεργοποιηθούν πρώτα τα epalreadydata / epal modules.
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_admin_area.yml
0 → 100644
View file @
c77beea9
langcode
:
en
status
:
true
dependencies
:
module
:
-
basic_auth
-
epalreadydata
-
hal
-
serialization
-
user
id
:
entity.eepal_admin_area
plugin_id
:
'
entity:eepal_admin_area'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_prefecture.yml
0 → 100644
View file @
c77beea9
langcode
:
en
status
:
true
dependencies
:
module
:
-
basic_auth
-
epalreadydata
-
hal
-
serialization
-
user
id
:
entity.eepal_prefecture
plugin_id
:
'
entity:eepal_prefecture'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_region.yml
0 → 100644
View file @
c77beea9
langcode
:
en
status
:
true
dependencies
:
module
:
-
basic_auth
-
epalreadydata
-
hal
-
serialization
-
user
id
:
entity.eepal_region
plugin_id
:
'
entity:eepal_region'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_school.yml
0 → 100644
View file @
c77beea9
langcode
:
en
status
:
true
dependencies
:
module
:
-
basic_auth
-
epalreadydata
-
hal
-
serialization
-
user
id
:
entity.eepal_school
plugin_id
:
'
entity:eepal_school'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_sectors.yml
0 → 100644
View file @
c77beea9
langcode
:
el
status
:
true
dependencies
:
module
:
-
basic_auth
-
epalreadydata
-
hal
-
serialization
-
user
id
:
entity.eepal_sectors
plugin_id
:
'
entity:eepal_sectors'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_sectors_in_epal.yml
0 → 100644
View file @
c77beea9
langcode
:
el
status
:
true
dependencies
:
module
:
-
basic_auth
-
epalreadydata
-
hal
-
serialization
-
user
id
:
entity.eepal_sectors_in_epal
plugin_id
:
'
entity:eepal_sectors_in_epal'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_specialties_in_epal.yml
0 → 100644
View file @
c77beea9
langcode
:
en
status
:
true
dependencies
:
module
:
-
basic_auth
-
epalreadydata
-
hal
-
serialization
-
user
id
:
entity.eepal_specialties_in_epal
plugin_id
:
'
entity:eepal_specialties_in_epal'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_specialty.yml
0 → 100644
View file @
c77beea9
langcode
:
en
status
:
true
dependencies
:
module
:
-
basic_auth
-
epalreadydata
-
hal
-
serialization
-
user
id
:
entity.eepal_specialty
plugin_id
:
'
entity:eepal_specialty'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.epal_student.yml
0 → 100644
View file @
c77beea9
langcode
:
en
status
:
true
dependencies
:
module
:
-
basic_auth
-
epal
-
hal
-
serialization
-
user
id
:
entity.epal_student
plugin_id
:
'
entity:epal_student'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.epal_student_class.yml
0 → 100644
View file @
c77beea9
langcode
:
en
status
:
true
dependencies
:
module
:
-
basic_auth
-
epal
-
hal
-
serialization
-
user
id
:
entity.epal_student_class
plugin_id
:
'
entity:epal_student_class'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.epal_student_course_field.yml
0 → 100644
View file @
c77beea9
langcode
:
en
status
:
true
dependencies
:
module
:
-
basic_auth
-
epal
-
hal
-
serialization
-
user
id
:
entity.epal_student_course_field
plugin_id
:
'
entity:epal_student_course_field'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.epal_student_epal_chosen.yml
0 → 100644
View file @
c77beea9
langcode
:
en
status
:
true
dependencies
:
module
:
-
basic_auth
-
epal
-
hal
-
serialization
-
user
id
:
entity.epal_student_epal_chosen
plugin_id
:
'
entity:epal_student_epal_chosen'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.epal_users.yml
0 → 100644
View file @
c77beea9
langcode
:
en
status
:
true
dependencies
:
module
:
-
basic_auth
-
epal
-
hal
-
serialization
-
user
id
:
entity.epal_users
plugin_id
:
'
entity:epal_users'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json