Thanks everyone. I was confused between using Permission or Roles
Maybe a RoleId is better as this way I can assign the same Survey to more than one users by just adding them to the role.
Thank you
Thanks a lot :D
Thanks Ismail. The framework is really awesome and great tool to build on top of it!
Thanks I'll check that
Abp should save date in db as per Clock Provider configured. So if I set provider to be local then Abp should save data in db in the local time of server. This is my understanding
I thought data were converted to user timezone automatically that's why the confusion.
But given abp.timing.convertToUserTimeZone() can help in that conversion when needed. I'm not sure about AuditLog but there might be a valid example there.
Thanks :-)
ConvertFromUtc in TinezoneConverter is always used irrespective of Provider that's why I'm wondering. Can you check this please?
Thanks Hilal. So what you do basically is register an instance of Repository per DbSet in each DbContext?
I read in their documentation you van do this;
container.Register(Component
.For(typeof(IAdapterFactory<,>))
.ImplementedBy(typeof(AdapterFactory<,>))
.LifestylePerWebRequest());
Doesn't this solve the problem?
Thanks
I configured my VS to use SymbolSource, but where can I download the Abp symbol sources packages from?