memory-hole icon indicating copy to clipboard operation
memory-hole copied to clipboard

Memory Hole is a support issue organizer application

Results 5 memory-hole issues
Sort by recently updated
recently updated
newest added

It seems that development has broken tests some time ago. Should we delete them for now?

help wanted

Currently users who belong to multiple groups see issues from all the groups they have access to. Users should be able to select a subset of groups they're interested in.

enhancement

Uploading two files with the same filename (to the same issue) causes sql error. Error should either be caught and result in 4xx error (rather than 500) or filename should...

enhancement

When total issues is greater than the page size, provide navigation to load different offset from the issue table.

enhancement
help wanted

Event handlers in re-frame should be pure. In the handlers there are side effects created by calling ajax functions. https://github.com/yogthos/memory-hole/blob/master/src/cljs/memory_hole/handlers/admin.cljs#L15 The re-frame / pure way would be to write an...

enhancement
help wanted