Description of problem: Statistical API is as follows "/stats/project/{projectSlug}/version/{versionSlug}/contributor/{username}/{dateRange}" Here projectslug specifies project name. However in some projects such as openstack which contains several modules(sub-components). So project slug should contain project module as well. Currently I think projectslug only contains project name itself. e.g zanata API would look like "/stat/project/openstack/nova/version/1/contributor/john/2015-1-1" In above API openstack is project name and nova is module name in openstack project.
Anish, in Zanata world, a project does not have sub-modules or sub-components. The way it should probably be setup is for each component to have its own project. So, for example: openstack-nova would be one of the projects.
Hi, Carlos I think we could use "nova" as the project name in our own Zanata instance. We don't need the concept of modules or sub modules. So this bug could be closed. @Anish, do you agree ? Regards Daisy
Yes please close this as not a bug