Closed (fixed)
Project:
Social API
Version:
8.x-1.x-dev
Component:
Use-cases/requirements
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2016 at 19:01 UTC
Updated:
26 Jul 2016 at 02:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
gvsoI think these are the routes we will need:
system.admin_config, which will be the parent for Social API related configuration. This must point to a route with path/admin/config/social-api/admin/config/social-api/user-authenticationand list all the user-authentication-related submodules/admin/config/social-api/autopostingand list all the autoposting-related submodulessocial_api.user_authsocial_api.autopostingComment #3
gvsoThe Social API has already implemented the above routes and menu links:
social_api.routing.yml
social_api.links.menu.yml
Comment #4
gvsoAs we have split the project in different modules, the routing definition have been divided.
social_api.routing.yml: http://cgit.drupalcode.org/social_api/tree/social_api.routing.yml
social_post.routing.yml: http://cgit.drupalcode.org/social_post/tree/social_post.routing.yml?h=8.x-1.x
social_auth.routing.yml: http://cgit.drupalcode.org/social_auth/tree/social_auth.routing.yml?h=8.x-1.x
Comment #5
gvsoI believe the route and link rules are already good. Any changes will be made through different issues.
Comment #6
gvso