KwickerHub / backend

The ACES software aid backend repo
2 stars 10 forks source link

Get Data For File Explorer Display #11

Open NtemKenyor opened 2 years ago

NtemKenyor commented 2 years ago

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.
}
aarushisoni commented 1 year ago

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

NtemKenyor commented 1 year ago

Hello aarushisoniđź‘‹

Sure, It's still open. We would be happy to have you here.

On Feb 2, 2023 13:12, "aarushisoni" @.***> wrote:

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

— Reply to this email directly, view it on GitHub https://github.com/KwickerHub/backend/issues/11#issuecomment-1413641094, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOKWIBOJXREHJB2BQEQHY4TWVOQCFANCNFSM6AAAAAAQ3APJLA . You are receiving this because you authored the thread.Message ID: @.***>

aarushisoni commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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

NtemKenyor commented 1 year ago

please 🙏 that's a mistake. It's open now. I thought it was among the recent items we solved.

On Apr 11, 2023 21:24, "aarushisoni" @.***> wrote:

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

— Reply to this email directly, view it on GitHub https://github.com/KwickerHub/backend/issues/11#issuecomment-1504044258, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOKWIBIEXQBBHYNXKJDTTDTXAW4WJANCNFSM6AAAAAAQ3APJLA . You are receiving this because you modified the open/close state.Message ID: @.***>

aarushisoni commented 1 year ago

Ok. Thank you.

aarushisoni commented 1 year ago

https://github.com/KwickerHub/backend/pull/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 commented 1 year ago

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