I need to use a custom repository inside the SharpModelBinder, the reason is that I am building a multi-tenant website which uses a custom MultiTenantRepository<> class to return data from the correct tenant.
The problem is that the SharpModelBinder uses the IRepositoryWithTypeId.
As a quick hack I have used the SharpModelBinder code and modified it to use my custom repository, however I was hoping I could find a more suitable solution.
Any ideas?
Paul
I received some help from Chris Richards who has forked s#arp architechture with the required changes to support this.
His current article on mutli-tenancy will be updated with the changes in the next few days:
http://www.yellowfeather.co.uk/2011/01/multi-tenancy-on-sharp-architecture/
The fork can be found here, but hopefully it will be added to the master branch soon:
https://github.com/yellowfeather/Sharp-Architecture
Hope this helps somebody else.
Paul
Related
Is it possible to customize the user interface for n8n workflows? if possible, can someone give an idea. Thank you.
You can find the source code for all the frontend code inside their repository: https://github.com/n8n-io/n8n/tree/master/packages/editor-ui
The editor-ui folder inside packages is what you are looking for.
The app is written using Vue.js ans it's very easy to understand. You can see the n8n-theme*.scss files in the mentioned folder that could be a good starting point.
Feel free to add / share ideas on what you're looking to do and I'll try to help if possible.
Also they have a very active community that can be found here: https://community.n8n.io/
I've just started looking at Piranah as a way to jump start a personal project. It looks great, but I would like to extend some of the models. For example, have an physical address field for every bog post.
What is the best way to add that, without causing issues when upgrading later?
Given that you’re using the latest version of Piranha for .NET Core the content types are very flexible and you can extend them in many ways through the framework. You can find good documentation on this here:
http://piranhacms.org/docs/basics/how-to-setup-content
If you’re using the legacy version of Piranha (2.x) you can read about it here.
http://legacy.piranhacms.org/docs/extend/page-post-types
The content model of the latest version of Piranha is far more flexible.
Best regards
and first of all thank you for your amazing work.
The README file indicates that it is possible to use Bootstrap instead of Material Design, but I can’t find any documentation of how to implement it.
Does anybody has already done that ? Thank you in advance :)
Unfortunately, we did not find the time to document the ra-core package properly yet, so you'll have to explore the source code for now. I doubt you'll find any example for doing this as the separation into two packages (ra-core and ra-material-ui) is quite recent.
Be aware that building a bootstrap version of react-admin will take a lot of time. You'll have to explore the ra-material-ui package and build a bootstrap version of every components.
I just started exploring scim2.0. Following link provides me different implementations of scim2.0.
http://www.simplecloud.info/
Can some one suggest me, which one is easy to learn and has good documentation. It is helpful, if you suggest me some good tutorials about scim.....
If you're interested in a .NET / OWIN-based open source solution, please take a look at https://github.com/PowerDMS/Owin.Scim. Documentation is limited as the project is still in alpha, but there is a WIKI and sample project to help you get started.
Note: I am the lead developer on this project.
If you are looking for a reference Java/EE implementation of SCIM2 you can checkout Apache Directory SCIMple or SCIM 2 SDK | PingIdentity
The Rally Agile EVM app is very useful but only estimates and totals the story points for a given release. I would like to extend the app to include defect points in the total.
Has anyone done this before? Could anyone provide an example or source?
Agile EVM app
Thanks,
LNS,
The code for this app is available at the page you reference above. Here is the exact link. You are welcome to modify the code and use the general documentation for the App SDK to help. If you have any questions, please create another post here and we will do our best to answer it.
-- Mark