Timucin Ünal
Timucin Ünal
Hi, this project/ app looks awesome. I just recently downloaded the CodeHub app because the official GitHub App is lacking many features. The App looks great so fare and I...
We could add the ability to save the documents in a different file format, for example in plain txt files or yaml files. To achieve that we could provide a...
As pointed out by @daussho in #177 a database transaction feature with automatic rollback would be awesome. Interesting articles regarding database transactions: https://en.wikipedia.org/wiki/Database_transaction https://en.wikipedia.org/wiki/ACID https://en.wikipedia.org/wiki/Software_transactional_memory
As pointed out by @daussho in #177 it is a good idea to implement a Schema feature to make validation with features like "unique" possible. That schema could include many...
We could store files in multiple folders to avoid some performance issues shown here https://stackoverflow.com/questions/466521/how-many-files-can-i-put-in-a-directory/466596#466596 These folders could be called **segments**. Example: The folder with the name **"1000"** holds all...
Currently we save and return all found documents in an array. A solution approach for lazy loading could be that we create an object called `Results` or something that extends...
When using the "prioritize" algorithm the order of the fields is important. The user should be able to group fields together. ```php [ "title", [ "subtitle", "content" ], "description" ]...
We could add the ability for custom folder names via a configuration setting.
### Bug Report | Q | A |------------ | ------ | BC Break | yes | Version | 2.2 #### Summary The documentation https://github.com/1up-lab/OneupUploaderBundle/blob/master/doc/response.md says that it is possible to...