Bulkmailer / BulkMailer-Backend

Backend for Bulk Mailer
https://bulkmailer.suhaila.tech
7 stars 4 forks source link

Fix naming of classes #3

Open ClawedCatalyst opened 1 year ago

ClawedCatalyst commented 1 year ago
image

naming should be in camel case instead of snake case

ex :

in mailer/views.py

View_Group_Data should be ViewGroupData

and this should be followed for every class

devaprog commented 11 months ago

I want to solve this issue myself, Can I involve in this?

ClawedCatalyst commented 11 months ago

Yeah sure @devaprog , go for it

devaprog commented 11 months ago

I changed the class names: snake case to camel case & checked: there is no break/error. but not tested, is there any specific, I need to verify before PR & need any test?

ClawedCatalyst commented 11 months ago

cool lmk when you are done :) @devaprog

grow-xd commented 11 months ago

if any problem occurs, can I take the issue

kiranrokkam09 commented 11 months ago

I would like to contribute to this issue. Is anybody working with it?

lakshay-saini-au8 commented 11 months ago

@ClawedCatalyst Created the PR for this issue Please do Review. Also Before merging please assign the issue to me

ClawedCatalyst commented 11 months ago

Sorry @lakshay-saini-au8 actually I have assigned this issue to @devaprog and he is working on this issue