-
Notifications
You must be signed in to change notification settings - Fork 13
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
documents: rewrite public holdings view in Angular #488
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Garfield-fr
force-pushed
the
zub-holdings-items
branch
3 times, most recently
from
January 15, 2021 10:25
0a1e95c
to
775cef4
Compare
zannkukai
approved these changes
Jan 15, 2021
projects/public-search/src/app/document-detail/holdings/items/items.component.ts
Show resolved
Hide resolved
...public-search/src/app/document-detail/request/pickup-location/pickup-location.component.html
Outdated
Show resolved
Hide resolved
projects/public-search/src/app/document-detail/request/request.component.ts
Show resolved
Hide resolved
iGormilhit
suggested changes
Jan 18, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit proposition:
documents: rewrite public holdings view in Angular
* Implements the holdings section of the document detailed view of the
public interface to improve the user experience when loading holdings
with lots of items. With the JINJA templates, the performance is very
bad. Angular allows to lazy load data and will make easier to add
dynamic interaction between the user and the interface.
iGormilhit
changed the title
document: holdings items
documents: rewrite public holdings view in Angular
Jan 18, 2021
Garfield-fr
force-pushed
the
zub-holdings-items
branch
from
January 19, 2021 05:45
775cef4
to
69c26f5
Compare
Garfield-fr
force-pushed
the
zub-holdings-items
branch
from
January 19, 2021 05:49
69c26f5
to
6693f88
Compare
Garfield-fr
force-pushed
the
zub-holdings-items
branch
from
January 19, 2021 08:03
6693f88
to
0b9eab4
Compare
iGormilhit
approved these changes
Jan 19, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit message approved.
Garfield-fr
force-pushed
the
zub-holdings-items
branch
from
January 19, 2021 09:06
0b9eab4
to
099ed62
Compare
* Implements the holdings section of the document detailed view of the public interface to improve the user experience when loading holdings with lots of items. With the JINJA templates, the performance is very bad. Angular allows to lazy load data and will make easier to add dynamic interaction between the user and the interface. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr
force-pushed
the
zub-holdings-items
branch
from
January 19, 2021 11:57
099ed62
to
5909071
Compare
iGormilhit
added
the
f: public ui
Public interface, as opposed to the professional interface
label
Jan 20, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
public interface to improve the user experience when loading holdings
with lots of items. With the JINJA templates, the performance is very
bad. Angular allows to lazy load data and will make easier to add
dynamic interaction between the user and the interface.
Co-Authored-by: Bertrand Zuchuat bertrand.zuchuat@rero.ch
Why are you opening this PR?
Dependencies
My PR depends on
rero-ils#1611
's PR(s):How to test?
Code review check list