Savytskyi Anton
Savytskyi Anton
Docker is not working from box to(
@frontendschmacktend Using only Post and Get really suspicious, and I want to know why to. But did I understand correctly, that you want to include all methods for one model...
> Yes that's correct, any thoughts on the pros/cons of that if we still keep each method's code minimal in the views.py file as is in the styleguide? 1. Isolation...
@frontendschmacktend (forgot to point in upper comment)
But really @RadoRado, why should't we use all needed methods? post on CreateApis, patch on UpdateApis, delete on DeleteApis?
Can I contribute? I mean would you consider checking PR, or is this repo for HackSoftware employees only?
@RadoRado Thanks! I'll try to add something worthy
> Yep, it's permission-based. You need actual permissions to the repository, in order to add labels. But you probably can change it?
If every user will be able to attach labels, it will be much easier to navigate
> @HomaDev Hello 👋 > > One model One service is a not good rule to follow, because this simply recreates the idea with the generic APIs, thus, removing control...