Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Data For File Explorer Display #11

Open
NtemKenyor opened this issue Oct 2, 2022 · 9 comments
Open

Get Data For File Explorer Display #11

NtemKenyor opened this issue Oct 2, 2022 · 9 comments
Labels
hacktoberfest inline with the celebration of open source from hacktoberfest.com Backend contribution. medium Not too Easy and definitely not too difficult.

Comments

@NtemKenyor
Copy link
Contributor

We want to create an endpoint in the "projects" folder where we can communicate with the Front-end Guys to inform them of the current files and folders in a particular Project.

GOAL
Give a Project Id
We will produce a JSON structure of the files and sub-folders in that particular project directory.
e.g

output = {
status: successful, 
project: [ file: index.html, folder_name: [file: javascript.js] ] 
msg: No problem in connection and the Project details have been sent.
}
@NtemKenyor NtemKenyor added hacktoberfest inline with the celebration of open source from hacktoberfest.com Backend contribution. medium Not too Easy and definitely not too difficult. labels Oct 2, 2022
@aarushisoni
Copy link

Hi, is this issue still open?
I want to work on this issue; please assign me to this.

@NtemKenyor
Copy link
Contributor Author

NtemKenyor commented Feb 2, 2023 via email

@aarushisoni
Copy link

hi ! I was working on this issue can you please help me with name of file in which I need to do the required changes it will be helpful

@NtemKenyor
Copy link
Contributor Author

Hello @aarushisoni Hope you are doing good.

The idea behind this issue is to read the project details or the project files from the project folder. You are building an endpoint like other files in this back-end repo

@aarushisoni
Copy link

i was working on it but now you closed the issue
is it solved

@NtemKenyor
Copy link
Contributor Author

NtemKenyor commented Apr 12, 2023 via email

@NtemKenyor NtemKenyor reopened this Apr 12, 2023
@aarushisoni
Copy link

Ok. Thank you.

@aarushisoni
Copy link

aarushisoni commented Apr 25, 2023

#24
i have created a function in get_project_detail.php in projects folder to fetch project name from database and return as API
Kindly review the pull request. @NtemKenyor

@aarushisoni
Copy link

@NtemKenyor I have raised PR for this issue kindly review it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest inline with the celebration of open source from hacktoberfest.com Backend contribution. medium Not too Easy and definitely not too difficult.
Projects
None yet
Development

No branches or pull requests

2 participants