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

fix: make curator note nullable #2342

Closed
wants to merge 2 commits into from
Closed

Conversation

ppupha
Copy link
Collaborator

@ppupha ppupha commented Dec 2, 2024

Description

Describe your changes

  • Added a function A to process data B
  • Created new column C to store D state
  • Refactor workflow E to improve performance because of F

@ppupha ppupha requested a review from hoangbtmrk December 2, 2024 05:47
if (shouldShowNotePage) {
return _notePage(exhibition);
} else {
final seriesIndex = index - (exhibitionInfoCount - 1);
Copy link
Contributor

@hoangbtmrk hoangbtmrk Dec 3, 2024

Choose a reason for hiding this comment

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

series index is definitely 0 in this case

catalog = ExhibitionCatalog.resource;
catalogId = exhibition.allResources[_carouselIndex - 1].id;
catalog = ExhibitionCatalog.artwork;
final seriesIndex = _currentIndex - (exhibitionInfoCount - 1);
Copy link
Contributor

Choose a reason for hiding this comment

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

same with above comment

),
),
]
if (exhibition.noteBrief != exhibition.note) ...[
Copy link
Contributor

Choose a reason for hiding this comment

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

how about if both are null

@ppupha ppupha closed this Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants