Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add typeahead for non authorised users #1118

Closed
kardan opened this issue Feb 18, 2015 · 1 comment
Closed

Add typeahead for non authorised users #1118

kardan opened this issue Feb 18, 2015 · 1 comment
Assignees

Comments

@kardan
Copy link
Contributor

kardan commented Feb 18, 2015

Right now unauthorised users don't get typeaheads. Since things like filter selection on partner & location will use that it needs to be in (should probably be anyway).

@kardan kardan self-assigned this Feb 18, 2015
kardan added a commit that referenced this issue Feb 19, 2015
The commented code was moved to the general scripts.js earlier.
kardan added a commit that referenced this issue Feb 19, 2015
- New resources for typeaheads that are public for non authenticated
  users.
- Added simple cache invalidation (based on count() on Objects).
@kardan
Copy link
Contributor Author

kardan commented Feb 19, 2015

We need evaluate the amount of data that is generated by the typeahead with "live data". I tried to keep all size down by trimming large text fields (especially unlimited ones). There is a price to pay on the wire but also a limit on local storage.

KasperBrandt added a commit that referenced this issue Feb 19, 2015
@MichaelAkvo MichaelAkvo moved this to Done in RSR Dec 8, 2022
@MichaelAkvo MichaelAkvo added this to RSR Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants