anitab-org / bridge-in-tech-backend

BridgeInTech (BIT) is an application that allows organizations, mentors and mentees to actively collaborate through mentoring programs. This is the backend client of BridgeInTech.
https://bridgeintech-bit-heroku-psql.herokuapp.com/
GNU General Public License v3.0
24 stars 80 forks source link

Make project beginner friendly #281

Open manthanguptaa opened 3 years ago

manthanguptaa commented 3 years ago

Is your feature request related to a problem? Please describe.

So, when I was jumping around the code I was overwhelmed with where exactly is what. It took me some time to figure out what folder contains what and this could be overwhelming for a lot of developers if they are jumping right into it because there is no way around it other than getting your hands dirty.

Describe the solution you'd like

I propose a solution to add a section in the documentation where the project structure is explained with easy one-liners to understand what exactly that folder/file contains. You can click here to see the project structure heading example of how it would look.

welcome[bot] commented 3 years ago

Hello there!πŸ‘‹ Welcome to the project!πŸ’–

Thank you and congratsπŸŽ‰for opening your very first issue in this project. AnitaB.org is an inclusive community, committed to creating a safe and positive environment.🌸 Please adhere to our Code of Conduct.πŸ™Œ You may submit a PR if you like! If you want to report a bug🐞 please follow our Issue Template. Also make sure you include steps to reproduce it and be patient while we get back to you.πŸ˜„

Feel free to join us on AnitaB.org Open Source Zulip Community.πŸ’– We have different streams for each active repository for discussions.✨ Hope you have a great time there!πŸ˜„

epicadk commented 3 years ago

Thankyou for this issue. We are working towards integrating the bridge in tech backend and the mentorship system backend. This should make the project easier to setup.

vj-codes commented 3 years ago

@Manthan109 hey you can read this blog post or this google doc to know more about the project:) Also the issues labelled as first-timers only here are a great start πŸš€

mtreacy002 commented 3 years ago

@Manthan109 , if you're proposing to add the file/folder structure to README as per your example, IMO it will be unnecessary since contributors can see them on the repo (above README). Perhaps you can add something like this diagram but a much simpler version. Although, as @epicadk mentioned, when we fully integrate BIT backend to MS backend, the diagram will no longer be needed, so this temporary addition will be short lived.

isabelcosta commented 3 years ago

I think we could still have a simple structure of the folder, not too deep, just high-level (2 levels max) folder structure. I am looking at @Manthan109 suggestion https://github.com/Manthan109/XMeme#folder-structure, so nothing too big, but that gives an idea of the structure of the app (e.g.: where marshmallow schemas as located, and where db models are). I also think the diagram https://github.com/anitab-org/mentorship-backend/issues/530 can be a little hard to read πŸ€” I would say we can try it out on mentorship backend, however on docusaurus sections πŸ€”

something like this, without mentioning the files (i.e., that are not frequently changed such as *_extension.py files):

image

mtreacy002 commented 3 years ago

Makes sense, @isabelcosta . @Manthan109 , I'll assign you to this now. Please refer to @isabelcosta suggestions on your approach to this issue πŸ˜‰

manthanguptaa commented 3 years ago

@isabelcosta So, If I have understood right I have to add the file structure as I did in my project up to 2 levels and add this to the docusaurus documentation but on mentorship backend and not on bridge-in-tech backend?

vj-codes commented 2 years ago

@Manthan109 any updates?