DSGT-DLP / Deep-Learning-Playground

Web Application where people new to Deep Learning can input a dataset and toy around with basic Pytorch modules without writing any code
MIT License
26 stars 8 forks source link

Implemented auto generation of directory tree structure #901

Closed alantao912 closed 1 year ago

alantao912 commented 1 year ago

Implemented auto generation of directory tree structure

What user problem are we solving? Manual generation of directory tree structure

What solution does this PR provide? Auto generation of directory tree structure upon opening a pull request into nextjs.

Testing Methodology Tested locally by running script against project root directory.

Any other considerations May need to test if it gets triggered properly upon creating pull request.

farisdurrani commented 1 year ago

Can you briefly explain what will be printed out if the file does not exist in the dictionary? Will it just be the name of the file or will the file not be in the tree at all?

alantao912 commented 1 year ago

If a file does not exist within the dictionary, no description will be appended. Only the file name will be shown.

alantao912 commented 1 year ago

After making the change:

cd ~/Deep-Learning-Playground

I am met with this error when the action attempts to run: image I have been blocked by this issue since yesterday. Please let me know if you have any ideas on how to solve this. Thanks

karkir0003 commented 1 year ago

try setting working-directory to be project root @alantao912

karkir0003 commented 1 year ago

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions

karkir0003 commented 1 year ago

@alantao912 left comment on your pr

alantao912 commented 1 year ago

In response to this comment, the directories list contains a list of directories to traverse.

karkir0003 commented 1 year ago

its a minor one

karkir0003 commented 1 year ago

good work @alantao912 . safe to merge when build checks pass