Skip to content

Conversation

@lrosenstrom
Copy link
Contributor

Checklist:

  • I have run the unit tests. yarn test:unit
  • I have run the linter. yarn lint

Description

Tickets involved

LXL-4268

Solves

Add change note subscription settings to user settings so that the user can select which categories will trigger a change notification.

return formatted;
}

export function getSigelLabel(sigel, len) {
Copy link
Contributor

Choose a reason for hiding this comment

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

It is mostly a hygiene detail. Is it possible to use a bit more generic or less libris-centric names excluding the word sigel in some of these function or var/const names? Since the sigel is by our definition the code on something and not the actual entity it describes (contrary to how we use it in natural language, the hard part here being it plays different roles and is not always a library). Are we meaning userLocation? Not a stopper by any means and should it turn out to be too timeconsuming to figure out I wouldn't argue it easier to revisit later when the model and definitions around this is clearer.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We can change it to 'collection', because that's what it is called in the user store?

@lrosenstrom lrosenstrom force-pushed the feature/changenote-settings branch from 2d2c44c to fd41d23 Compare November 6, 2023 13:56
@lrosenstrom lrosenstrom force-pushed the feature/changenote-settings branch from 398ec82 to 84e7d7a Compare November 8, 2023 09:14
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.

3 participants