Re: community-app for Fineract v1.2

2019-02-28 Thread Nayan Ambali
Hello Peter,

Please find my response inlined,

>>1) When using fineract1.2 backend and needing multi-tenants, does one
incorporate one version of the mifos-community-app (in the same server
build) and the user is routed to the tenant or in the interface, or is the
architecture that one backend instance and multiple web "front end" servers
instances should be run?

One instance of community-app can serve multiple tenants, but you can't
have custom configurations of the community-app for each tenants using one
instance, only if you need custom configuration for each tenant then need
to copy of the community-app for that tenant. Some work is going on making
community-app also true multi-tenants support.

>>2) If the behavior is by design, that the default tenant is chosen in the
mifos-community-app, then please indicate so. If it is a bug, please let us
know.

This needs improvement, we have some hard coded stuff. please give more
info on how you have deployed I can help you with configuration

3) Which release of the Mifos Community App is supposed to be paired with
Fineract1.2 (backend).  My phrasing: If there is no recent pairing
confirmed, what is the latest stable release. I am using the word "pairing"
because I think it expresses the loose association.

Santosh, can you please help Peter identify the right release of
community-app for Fineract1.2

-
Nayan Ambali

-
Nayan Ambali
+91 9591996042
skype: nayangambali


On Fri, Mar 1, 2019 at 11:31 AM James Dailey  wrote:

> Hi All -
>
> Peter is part of a group working on an important demonstration project of
> mifos & fineract & mojaloop configured and running together.
>
> He is asking a couple of questions here and it is about the in-between
> mifos & fineract configuration and releases.
>
> 1) When using fineract1.2 backend and needing multi-tenants, does one
> incorporate one version of the mifos-community-app (in the same server
> build) and the user is routed to the tenant or in the interface, or is the
> architecture that one backend instance and multiple web "front end" servers
> instances should be run?
>
> 2) If the behavior is by design, that the default tenant is chosen in the
> mifos-community-app, then please indicate so. If it is a bug, please let us
> know.
>
> 3) Which release of the Mifos Community App is supposed to be paired with
> Fineract1.2 (backend).  My phrasing: If there is no recent pairing
> confirmed, what is the latest stable release. I am using the word "pairing"
> because I think it expresses the loose association.
>
> Thanks
> @Jdailey67
>
>
> On Thu, Feb 28, 2019 at 12:37 AM Peter Santa  wrote:
>
> > Hello Everyone,
> >
> > Do we see correctly, that the community-app does not support multiple
> > tenants? So the default tenant is hardcoded. Is the recommended way that:
> > install v1.2 backend with multi-tenants, then install multiple
> > community-app instances and hard-code it's own tenant?
> >
> > Which is the recommended commit ID of community-app for using with v1.2
> > backend? We started to use 3f8ed0be.
> > As we have seen, in the new web-app project a lot of key-features are not
> > yet implemented, so we should go with a version of the community-app.
> >
> > Thank you.
> >
> > Best Regards,
> > Péter
>


Re: community-app for Fineract v1.2

2019-02-28 Thread Vishwas Babu
Hi Peter,

The community app supports multi-tenancy. You can customize the same for
your domain at
https://github.com/openMF/community-app/blob/develop/app/scripts/initialTasks.js#L9
.

The release tags are at https://github.com/openMF/community-app/tags. The
latest release tag, i.e MIFOSX-18.03.01.RELEASE should be compatible with
the latest Fineract release (1.2).

>>As we have seen, in the new web-app project a lot of key-features are not
yet implemented, so we should go with a version of the community-app.
The community-app showcases only a subset of the functionality available in
the MifosX / Fineract Platform.

Regards,
Vishwas

On Thu, Feb 28, 2019 at 12:37 AM Peter Santa  wrote:

> Hello Everyone,
>
> Do we see correctly, that the community-app does not support multiple
> tenants? So the default tenant is hardcoded. Is the recommended way that:
> install v1.2 backend with multi-tenants, then install multiple
> community-app instances and hard-code it's own tenant?
>
> Which is the recommended commit ID of community-app for using with v1.2
> backend? We started to use 3f8ed0be.
> As we have seen, in the new web-app project a lot of key-features are not
> yet implemented, so we should go with a version of the community-app.
>
> Thank you.
>
> Best Regards,
> Péter


Re: community-app for Fineract v1.2

2019-02-28 Thread James Dailey
Hi All -

Peter is part of a group working on an important demonstration project of
mifos & fineract & mojaloop configured and running together.

He is asking a couple of questions here and it is about the in-between
mifos & fineract configuration and releases.

1) When using fineract1.2 backend and needing multi-tenants, does one
incorporate one version of the mifos-community-app (in the same server
build) and the user is routed to the tenant or in the interface, or is the
architecture that one backend instance and multiple web "front end" servers
instances should be run?

2) If the behavior is by design, that the default tenant is chosen in the
mifos-community-app, then please indicate so. If it is a bug, please let us
know.

3) Which release of the Mifos Community App is supposed to be paired with
Fineract1.2 (backend).  My phrasing: If there is no recent pairing
confirmed, what is the latest stable release. I am using the word "pairing"
because I think it expresses the loose association.

Thanks
@Jdailey67


On Thu, Feb 28, 2019 at 12:37 AM Peter Santa  wrote:

> Hello Everyone,
>
> Do we see correctly, that the community-app does not support multiple
> tenants? So the default tenant is hardcoded. Is the recommended way that:
> install v1.2 backend with multi-tenants, then install multiple
> community-app instances and hard-code it's own tenant?
>
> Which is the recommended commit ID of community-app for using with v1.2
> backend? We started to use 3f8ed0be.
> As we have seen, in the new web-app project a lot of key-features are not
> yet implemented, so we should go with a version of the community-app.
>
> Thank you.
>
> Best Regards,
> Péter


community-app for Fineract v1.2

2019-02-28 Thread Peter Santa
Hello Everyone,

Do we see correctly, that the community-app does not support multiple tenants? 
So the default tenant is hardcoded. Is the recommended way that: install v1.2 
backend with multi-tenants, then install multiple community-app instances and 
hard-code it's own tenant?

Which is the recommended commit ID of community-app for using with v1.2 
backend? We started to use 3f8ed0be.
As we have seen, in the new web-app project a lot of key-features are not yet 
implemented, so we should go with a version of the community-app.

Thank you.

Best Regards,
Péter