James Smith

Results 447 issues of James Smith

`render_views` couples together controller and view tests, which some may find undesirable. Rubocop could help out by adding a cop forbidding use of that feature?

We can use https://github.com/guard/listen to get alerted on filesystem changes. If a file or model we know about is changed, we can trigger a rescan of the model to pick...

feature

resolves #449 (hopefully)

We technically have multiple users under the hood, but the UI around adding, logging in, etc, is totally unwritten. We should finish it off and get proper multiuser support going....

feature
funding milestone

So that we can have a single container, without any need for docker-compose to set up postgres and redis.

feature

We should be able to use a multistage build to strip the container down in size quite a lot.

feature

Given #486, we could add the ability to keep an entire collection in sync with local disk. You go to Cults3d, add something to a collection, or like it, and...

enhancement

Add the ability to synchronise local files with model sources like Thingiverse, Cults3d, etc. If the remote model changes, automatically pull in the change to the local copy.

enhancement

The file scanner picks up directories named things like `folder.stl` and treats them as files, meaning that a `Model` is created for the parent folder. The dir glob file list...

bug