Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Make calls GET Request sortable and filterable #6

Open
3 tasks
dh3wr opened this issue Jul 10, 2019 · 1 comment
Open
3 tasks

Make calls GET Request sortable and filterable #6

dh3wr opened this issue Jul 10, 2019 · 1 comment
Assignees
Labels
Type:Enhancement New feature or request

Comments

@dh3wr
Copy link
Member

dh3wr commented Jul 10, 2019

  • An Endpoint "_my" for only calls emited by a given username (or the username of the basic auth) would be nice.
  • An Endpoint "_count" of the number of calls emited by a given username (or the username of the basic auth) would be nice.
  • Server-Side sorting of columns from, origin and priority would be nice
@dh3wr dh3wr added the Type:Enhancement New feature or request label Jul 10, 2019
@7h0ma5
Copy link
Member

7h0ma5 commented Jul 10, 2019

Momentan werden die Calls nur im Arbeitsspeicher gehalten, für eine schnelle Sortierung müsste man Indizes anlegen. Es würde vielleicht Sinn machen, die Calls auch in der CouchDB zu speichern. CouchDB unterstützt seit einiger Zeit auch die Möglichkeit, die Datenbanken aufzuräumen und zum Beispiel alle Objekte, die gelöscht wurden, auch permanent zu löschen. Dann hätte man nicht mehr das Problem, dass die Datenbank extrem groß wird. Ich weiß nur nicht, wie gut sich das mit der Synchronisierung verträgt, dafür waren eigentlich die gelöschten Objekte als Dummy-Elemente notwendig.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type:Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants