sagemathinc / cocalc

CoCalc: Collaborative Calculation in the Cloud
https://CoCalc.com
Other
1.16k stars 211 forks source link

make that you must start a project to see its files clearer #7857

Closed williamstein closed 1 day ago

williamstein commented 2 days ago

Right now if a student opens a project with their first assignment in it, they see this:

image

If they then click "Start project", it starts in a few seconds and shows their files. However, seriously confuses some percentage of people, who don't think to click "Start project".

Come up with a way to address this.

This mainly happens in the context of courses, where the project gets the files, but the directory listing cache is not updated. The best fix might be to update the directory listing cache automatically after copying files to a project via our file copy mechanism.

williamstein commented 1 day ago

Now in this case you see this:

image

which will probably help reduce confusion...