adobe / adobe/helix-google-support
decouple from onedrive-support
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 4
- Avg merge
- 10h 2m
- Merged PRs (30d)
- 5
Description
decouple dependency on onedrive-support:
```
import {
editDistance, sanitizeName, splitByExtension,
} from '@adobe/helix-onedrive-support/utils';
import { StatusCodeError } from '@adobe/helix-onedrive-support';
```
but for that the utils above should be moved to helix-shared
Contributor guide
Research direction
Start by locating the imports from @adobe/helix-onedrive-support and the definitions of editDistance, sanitizeName, splitByExtension, and StatusCodeError. Review how helix-shared should provide the utilities; done means helix-google-support no longer depends on onedrive-support and its imports resolve from the intended shared package.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100