jorisvddonk / operation_rm

Operation RM is a space shooter game in which you fight your own filesystem, inspired by Operation: Inner Space.
Other
1 stars 0 forks source link

Remember which files were 'deleted' #9

Closed jorisvddonk closed 7 years ago

jorisvddonk commented 7 years ago

If you destroy a file, navigate to a different folder and then come back, the file suddenly appears again and you have to destroy it all over again!

jorisvddonk commented 7 years ago

Should probably store a list of deleted files server-side (not clientside; that would make implementing #8 more difficult) and expose whether or a not a file was deleted via the /data/ REST API