eric-bixby / auto-sort-bookmarks-webext

Firefox add-on to sort bookmarks by multiple criteria
GNU General Public License v3.0
113 stars 21 forks source link

Status Report #114

Open eric-bixby opened 1 year ago

eric-bixby commented 1 year ago

Update for 11/26/2022:

I just wanted to give a quick status report on the state of this project. Yes, there hasn't been much activity, but the project is not abandoned. I've been working on stuff "behind the scenes". I reloaded the OS on my development machine and reinstalled everything from scratch. I'm going to do the development for this project 100% in a container and I'm going to segment the dev-env for all my projects for better dependency management. I customized my terminal (got to make things look nice) and experimented with customizing Neovim as an IDE (but I haven't given up on VSCode). Anyway, now that I got that out of the way, I can start doing some coding again. My goal is to have at least the first beta of the configure-folders update by the end of the year so we can start beta testing it. Don't count on a lot of updates/fixes, but that one is my highest priority.

eric-bixby commented 1 year ago

Update for 12/3/2022:

eric-bixby commented 1 year ago

Update for W/E 12/11/2022:

eric-bixby commented 1 year ago

Update for W/E 12/18/2022:

eric-bixby commented 1 year ago

Update for W/E 2/5/2023:

eric-bixby commented 1 year ago

FYI... here's the latest es-lint report, just to show you where I'm at in the refactoring process:

/Users/ericbixby/git/auto-sort-bookmarks-webext/src/AsbPrefs.js 111:5 error 'Sorter' is not defined no-undef 169:11 error 'Annotations' is not defined no-undef 170:11 error 'Annotations' is not defined no-undef 172:11 error 'Annotations' is not defined no-undef 177:11 error 'Annotations' is not defined no-undef 179:11 error 'Annotations' is not defined no-undef

/Users/ericbixby/git/auto-sort-bookmarks-webext/src/Bookmark.js 72:18 error 'AsbPrefs' is not defined no-undef

/Users/ericbixby/git/auto-sort-bookmarks-webext/src/ChangeHandler.js 88:7 error 'AsbPrefs' is not defined no-undef

/Users/ericbixby/git/auto-sort-bookmarks-webext/src/Comparator.js 64:9 error Assignment to property of function parameter 'bookmark1' no-param-reassign 64:28 error 'AsbUtil' is not defined no-undef 65:9 error Assignment to property of function parameter 'bookmark2' no-param-reassign 65:28 error 'AsbUtil' is not defined no-undef 78:9 error Assignment to property of function parameter 'bookmark1' no-param-reassign 79:9 error Assignment to property of function parameter 'bookmark2' no-param-reassign 89:9 error 'Sorter' is not defined no-undef 96:9 error 'Sorter' is not defined no-undef 103:11 error 'Sorter' is not defined no-undef 105:44 error 'Sorter' is not defined no-undef 107:21 error 'Sorter' is not defined no-undef 108:23 error 'Sorter' is not defined no-undef 111:15 error 'Sorter' is not defined no-undef 118:22 error 'Sorter' is not defined no-undef 119:23 error 'Sorter' is not defined no-undef 120:11 error 'Sorter' is not defined no-undef 127:14 error 'Sorter' is not defined no-undef 128:7 error 'Sorter' is not defined no-undef 132:11 error 'Sorter' is not defined no-undef 139:13 error 'Sorter' is not defined no-undef 144:13 error 'Sorter' is not defined no-undef 147:23 error 'Sorter' is not defined no-undef 148:25 error 'Sorter' is not defined no-undef 151:17 error 'Sorter' is not defined no-undef 158:24 error 'Sorter' is not defined no-undef 159:25 error 'Sorter' is not defined no-undef 160:13 error 'Sorter' is not defined no-undef 179:9 error 'Sorter' is not defined no-undef 181:16 error 'Sorter' is not defined no-undef 182:9 error 'Sorter' is not defined no-undef 186:36 error 'Folder' is not defined no-undef 186:67 error 'Folder' is not defined no-undef 187:35 error 'Sorter' is not defined no-undef 189:27 error 'Sorter' is not defined no-undef 190:29 error 'Sorter' is not defined no-undef 193:21 error 'Sorter' is not defined no-undef 199:26 error 'Sorter' is not defined no-undef 200:27 error 'Sorter' is not defined no-undef 201:15 error 'Sorter' is not defined no-undef 210:36 error 'Folder' is not defined no-undef 210:67 error 'Folder' is not defined no-undef

/Users/ericbixby/git/auto-sort-bookmarks-webext/src/Folder.js 40:18 error 'AsbPrefs' is not defined no-undef 50:7 error 'Annotations' is not defined no-undef 51:7 error 'Annotations' is not defined no-undef 64:24 error 'AsbPrefs' is not defined no-undef

/Users/ericbixby/git/auto-sort-bookmarks-webext/src/FolderUtil.js 115:18 error 'Annotations' is not defined no-undef 154:25 error 'Annotations' is not defined no-undef 155:36 error 'Annotations' is not defined no-undef

/Users/ericbixby/git/auto-sort-bookmarks-webext/src/Sorter.js 99:7 error 'Annotations' is not defined no-undef 224:9 error 'AsbPref' is not defined no-undef 251:30 error 'AsbPref' is not defined no-undef

✖ 59 problems (59 errors, 0 warnings)

eric-bixby commented 10 months ago

I will try using my GitHub Blog more, so here's the latest status. Also, I'm going to start using branches, so I'll announce on my blog when there's a new version to try.