app-generator / sample-django-file-manager

Django File Manager - UI Over the MEDIA Directory | AppSeed
https://www.youtube.com/watch?v=dBWGf-ZNUDI
Other
22 stars 16 forks source link

Need to more clarification #1

Closed mominur-helios closed 1 year ago

mominur-helios commented 1 year ago

Hello @app-generator ,

Could you please explain it more?

app-generator commented 1 year ago

Hello @mominur-helios

The UI needs to provide a visual way to manage a directory structure. In our case, is the MEDIA directory

The view needs to provide two panels:

A similar product is Windows Explorer, where the users can select a directory from the left panel and interact with the files of that directory on the right panel

image

A quick solution might be to pull the Directory Tree as JSON from the backend and use it to populate the views.

Regarding the actions, the users can

Let me know if you need more input.

TY!

mominur-helios commented 1 year ago

Got it. That means I need to create necessary models, views, templates and so on, right? @app-generator

app-generator commented 1 year ago

The source of information is the MEDIA directory, no models are required.

As mentioned in the README, please take into account the routing:

image

An important aspect is this:

image

Let me know if you need more input.

TY!

app-generator commented 1 year ago

Closing.