Refactoring improvements
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 692
- Forks
- 103
- Avg merge
- 3m
- Merged PRs (30d)
- 4
Description
This bot was written in a bit of a hurry, because I just wanted to make a UI for instauto. Therefore there are a few things that are a bit hacky which causes some limitations:
- Refactor the database so it can handle concurrency. Currently just a json file read/write #44
- Refactor instauto so it supports stopping the bot (so we don't have to kill the app when stopping)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the database work described in #44 and the integration with instauto. Determine how the current JSON file read/write behaves under concurrency and how instauto can stop the bot without killing the app; done means both limitations are addressed and the UI remains usable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend, database
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100