[PR #79] [MERGED] Update tags store on create / update note #543

Closed
opened 2026-03-03 00:22:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/79
Author: @Davy-c
Created: 11/11/2019
Status: Merged
Merged: 11/12/2019
Merged by: @Rokt33r

Base: masterHead: fix/update-tags-on-create-note


📝 Commits (8)

  • 8c37b61 fix webpack config when null parsed
  • d1a2df8 update tag Store on create/update note
  • c0b6abd Do not modify store directly - immutable change
  • c2e93a0 fix rebase
  • 2ac93da fix lines and typo for tests
  • a8fe1a1 remove note in noteIdSet mutably
  • f01c2b6 simplify removed tags map
  • c6e937a fix ramda import

📊 Changes

3 files changed (+182 additions, -6 deletions)

View changed files

📝 src/lib/db/store.spec.ts (+107 -1)
📝 src/lib/db/store.ts (+71 -4)
📝 webpack.config.ts (+4 -1)

📄 Description

##Fix notion

  • corrected initialize of dotenv
  • modified createNote, updateNote functions
  • added tests for each function

https://gyazo.com/0897fe6dcec9926302175d7f7dd46a84


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/79 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 11/11/2019 **Status:** ✅ Merged **Merged:** 11/12/2019 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `fix/update-tags-on-create-note` --- ### 📝 Commits (8) - [`8c37b61`](https://github.com/BoostIO/BoostNote-App/commit/8c37b61ff61067d70577df3d58625b72e1377626) fix webpack config when null parsed - [`d1a2df8`](https://github.com/BoostIO/BoostNote-App/commit/d1a2df8d36493be9707aa222cf0d8e30533e955f) update tag Store on create/update note - [`c0b6abd`](https://github.com/BoostIO/BoostNote-App/commit/c0b6abdafeb8d7a595359857aab0a1f20517aa22) Do not modify store directly - immutable change - [`c2e93a0`](https://github.com/BoostIO/BoostNote-App/commit/c2e93a02d3d893b34b0c69620f43f0430146fcc3) fix rebase - [`2ac93da`](https://github.com/BoostIO/BoostNote-App/commit/2ac93dafd0e3844e8f3a06fc57bf59571042fe4e) fix lines and typo for tests - [`a8fe1a1`](https://github.com/BoostIO/BoostNote-App/commit/a8fe1a1a611d3b6cab7cd2be071780ea421edb5f) remove note in noteIdSet mutably - [`f01c2b6`](https://github.com/BoostIO/BoostNote-App/commit/f01c2b68a40d7d2ba6a46ee3e9cc7f5a1b36d858) simplify removed tags map - [`c6e937a`](https://github.com/BoostIO/BoostNote-App/commit/c6e937a1a59bf8ff7a2a17e0515f2a63915a3449) fix ramda import ### 📊 Changes **3 files changed** (+182 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/db/store.spec.ts` (+107 -1) 📝 `src/lib/db/store.ts` (+71 -4) 📝 `webpack.config.ts` (+4 -1) </details> ### 📄 Description ##Fix [notion](https://www.notion.so/boostio/2069b7057f4b436bac3ad5300a85eb27?v=c6a532520ca84175989b7828cd8b536c&p=4508aa48f23b492baba8994c018cdbd9) - corrected initialize of dotenv - modified `createNote`, `updateNote` functions - added tests for each function https://gyazo.com/0897fe6dcec9926302175d7f7dd46a84 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:22:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#543
No description provided.