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

documents: rewrite public holdings view in Angular #488

Closed
wants to merge 1 commit into from

Conversation

Garfield-fr
Copy link
Contributor

@Garfield-fr Garfield-fr commented Jan 15, 2021

  • 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

Why are you opening this PR?

  • Optimization of the display of holdings and item for a document.

Dependencies

My PR depends on rero-ils#1611's PR(s):

How to test?

  • Check all types of documents and check "Get Tab"

Code review check list

  • Commit message template compliance.
  • Commit message without typos.
  • File names.
  • Functions names.
  • Functions docstrings.
  • Unnecessary commited files?
  • Cypress tests successful?

@Garfield-fr Garfield-fr force-pushed the zub-holdings-items branch 3 times, most recently from 0a1e95c to 775cef4 Compare January 15, 2021 10:25
Copy link
Contributor

@iGormilhit iGormilhit left a 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 iGormilhit changed the title document: holdings items documents: rewrite public holdings view in Angular Jan 18, 2021
@Garfield-fr Garfield-fr marked this pull request as draft January 19, 2021 06:59
@Garfield-fr Garfield-fr marked this pull request as ready for review January 19, 2021 08:08
Copy link
Contributor

@iGormilhit iGormilhit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commit message approved.

* 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>
@iGormilhit iGormilhit added the f: public ui Public interface, as opposed to the professional interface label Jan 20, 2021
@iGormilhit iGormilhit added this to the v1.0.0 milestone Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
f: public ui Public interface, as opposed to the professional interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants