James Smith
James Smith
Open the extended administration panels in a new tab, would be nice. /admin /admin/performance /admin/sidekiq /admin/pghero _Originally posted by @RJGhugo in https://github.com/manyfold3d/manyfold/discussions/3680#discussioncomment-12362479_
There are still some gaps in model management
Models change; it would be great to be able to support versions over time.
Some files are ready for sending to a printer; mainly GCODE. We can do more with those sorts of files.
Currently when you resolve a problem, it sets a flag to say it's being resolved, and then shows a spinner. However, that isn't a real status, and if the job...
Currently we have background jobs that run, and are tracked with ActiveJob::Status, but this doesn't give us enough control and has a bunch of problems. We should change to a...
If the activity log is big, it will never load, the server will just time out. The current method is no good, and needs rewriting.
Background jobs are great, but they're fire-and-forget at the moment. We want to be able to track and manage them better. This mainly means scans, but other jobs are impacted...