AccountGoDev Slack Channel #176
Replies: 14 comments
-
|
Hi @vivencio2 , have you had the chance to update the readme.md? I think it would be very helpful if we write down your update before we forget it. |
Beta Was this translation helpful? Give feedback.
-
|
Yes @marvinvperez currently doing it. I'm just making all global dependency installations be moved in the initial setup process prior to project restore and build so it will be seamless and error free. I'm also trying to explicitly detail it as much as I can. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @vivencio2, your PR is now merged. About the user, roles, and permission management, I am thinking if this was a good start to implement modularity. I already started it on "Infrastructure" project - checkout the branch https://github.com/thiennn/trymodular What I'd like to suggest -
The challenging part is to make the module really independent, which I don't know yet how to do. What I mean is, because the web front-end is separate from api back-end, then it's impossible to make it totally independent module because we still have to touch the api for the database actions. But I think this is okay, I mean nothing we can do about it. Many times you can see plugins and modules from other systems seems the same. But to us, by definition we will make it a module if it seems like a subsystem e.g. contains views, controllers, models etc. We will call plugins if its too small for a module - no controllers, views, and models. Purely logic and calculation. Something like in api, we can add plugins. In frontend, we can modules. I'm happy to get ideas and feedback. |
Beta Was this translation helpful? Give feedback.
-
|
I'll work on this this weekend and will add to the discussion. |
Beta Was this translation helpful? Give feedback.
-
|
just to update, I already started to work on the user, roles and permissions last sunday, I'll probably have something to checkin by thursday :) |
Beta Was this translation helpful? Give feedback.
-
|
Hi @vivencio2 , how are you? |
Beta Was this translation helpful? Give feedback.
-
|
hey @marvinvperez i'm good was just got busy with some office stuff. I will get back on what I left that I supposed to checkin last thursday. I'll checkin soon. |
Beta Was this translation helpful? Give feedback.
-
|
Thank @vivencio2! Maybe the next step is to enable third party authentication e.g. Facebook, Google. |
Beta Was this translation helpful? Give feedback.
-
|
Hope everything is fine @vivencio2 |
Beta Was this translation helpful? Give feedback.
-
|
hey @marvinvperez I was just busy with office projects but just deployed so I can continue on the committed task I have here :) |
Beta Was this translation helpful? Give feedback.
-
|
Hi @vivencio2 , no worries. I'm close to merging to master my initial work on modular, but I think I will wait first on your first major PR. |
Beta Was this translation helpful? Give feedback.
-
|
I merge to master the initial work on modular design. Theres a SampleModule project. The web front-end will load in startup, and can be access from http://localhost:8000/samplemodule. Still lots of work but a good start. :) |
Beta Was this translation helpful? Give feedback.
-
|
Hi @vivencio2 , how are you? |
Beta Was this translation helpful? Give feedback.
-
|
hi @marvinvperez still busy but I will be back here by December 20th onwards. Sorry. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
We have a slack channel "accountgodev". If you wish to be added in that workspace please do let me know your github/email address so I can send you invite.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions