epilogue icon indicating copy to clipboard operation
epilogue copied to clipboard

list and control of contributions I will do

Open cusspvz opened this issue 9 years ago • 3 comments

I'm gonna to contribute here since: this project has wings to grow, it seems to decrease, by a lot, an API development and we will gonna use it.

This issue will serve as discussion on what I could or not implement and tracking of other issues where I'm gonna work on.

  • Epilogue.initialize
    • [x] Option to define default resource options for every further resource creation on epilogue.initialize (PR #137)
  • Search:
    • [ ] Allowance of multiple search possibilities (Issue #135)
    • [ ] Optional function to handle the search options for a parameter
    • [ ] Implementation of AAS
      • Beginning LIKE searches are harmful (%key) to the database's performance, AAS is a library that handles options for MATCH AGAINST queries automatically.
      • I'm gonna review it's documentation and then try to land a PR here with an implementation of it
    • [ ] disable the search by default
      • Due to the performance issues of LIKE %statement% searches, I propose to disable the search by default
  • Others:
    • [x] Add of an .editorconfig (PR #138)
    • [ ] Utility that tries to detect if app is either: express or restify (related with #133 )

cusspvz avatar Feb 19 '16 18:02 cusspvz

sounds good, looking forward to it!

mbroadst avatar Feb 19 '16 18:02 mbroadst

Added PR #137

cusspvz avatar Feb 19 '16 19:02 cusspvz

Added PR #138

cusspvz avatar Feb 19 '16 19:02 cusspvz