ds.cms frontend with angular2

Get Started. It's Free
or sign up with your email address
ds.cms frontend with angular2 by Mind Map: ds.cms frontend with  angular2

1. Top menu (static)

2. Common component

2.1. Breadcrumb (common component)

2.2. Filter (common component)

2.2.1. filter (service) get:'/cms/api/frontend/filter'

2.3. Houses graph (common component)

2.3.1. houses-graph (service) get:'/cms/api/frontend/houses-graph'

2.4. Map (common component)

2.4.1. map (service) get:'/cms/api/frontend/map'

3. Places page

3.1. Breadcrumb (component)

3.2. Filter (component)

3.3. Places (component)

3.4. places(service) get:'/cms/api/frontend/places'

4. Place page

4.1. Breadcrumb (component)

4.2. Place images (component)

4.3. place (service) get:'/cms/api/frontend/places/'+place.name

5. Info page

5.1. Breadcrumb (component)

5.2. Family & House photo (component)

5.3. Map (component)

5.4. Short info (component)

5.5. Info (component)

5.6. place-info (service) get:'/cms/api/frontend/places/'+place.name+'/info'

6. Things page

6.1. Breadcrumb (component)

6.2. Filter (component)

6.3. Things (component)

6.4. things (service) get:'/cms/api/frontend/things'

7. Thing page

7.1. Breadcrumb (component)

7.2. Filter (component)

7.3. Show full screen (component)

7.4. Thing images (component)

7.5. Download images (component)

7.6. thing (service) get:'/cms/api/frontend/things/'+thing.name post:'/cms/api/download/all_images/one_thing'

8. Street page

8.1. Breadcrumb (component)

8.2. Filter (component)

8.3. Select Houses (component)

8.4. Map (component)

8.5. Houses graph (component)

8.6. street.service get:'/cms/api/frontend/street'

9. Map page

9.1. Breadcrumb (component)

9.2. Filter (component)

9.3. Houses graph (component)

9.4. Map (component)

10. Main menu (static)