Epic: English-Words Project Roadmap πΊοΈ #154
Labels
chore
a tedious but necessary task often paying technical debt
discuss
Share your constructive thoughts on how to make progress with this issue
enhancement
New feature or enhancement of existing functionality
epic
A feature idea that is large enough to require a sprint (5 days) or more and has smaller sub-issues.
help wanted
If you can help make progress with this issue, please comment!
priority-2
Second highest priority, should be worked on as soon as the Priority-1 issues are finished
T1d
Time Estimate 1 Day
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
Just Want a List of Words? β
If you only care about the list of words in this repo, π
that's great; use them and have an awesome day! π
Want More? π
For the minuscule minority of people who want more, this issue is for you! π
Brief History / Context
A few years ago I needed a list of English Words for a work project. π¨βπ»
Went searching and didn't find a ready-made list of English Words ... π π€·ββοΈ
But found this StackOverflow Question and Answer:
https://stackoverflow.com/questions/2213607/how-to-get-english-language-word-database
Extracted the words from the Excel file that was on InfoChimps (now
404
) and dumped them in a.txt
file.Put it on
GitHub
and linked to it in a comment on SO and didn't give it anymore thought. πSadly, the work project that used the words was closed source for a company that got acquired and the App was shut down. π’ The folly of working on closed source things is that you often have nothing to show for your years of your life! π
Meanwhile many thousands of people have downloaded the word list and the repo has
8.3k
β π€―The mini [Open Source] demo project I created: nelsonic/autocomplete β‘οΈ wordsy.herokuapp.com ...
will soon be taken offline by Heroku's Bean-counters π
I outlined what I wanted to do in autocomplete#tasks but it's very incomplete ...
so this issue will give a muuuuch better roadmap of what we're doing. π€
What challenge are we solving? π€
The original purpose of this repo will 100% be maintained. β
What we are doing is enhancing the repo with a showcase App that allows people to:
With that in mind, this is the plan:
.txt
,.json
and.zip
code
examples.JavaScript
/TypeScript
Python
Elixir
Dart
Rust
code
examples from more programming languages [but NOT frameworks]Make it clear that we really don't want a
React
sample because we don't want to encourage anyone to use it..zip
file so that we don't have people attempting to submit Pull Requests with Zip Files.Todo
Phoenix
App π ... Note: waiting forPhoenix v1.7
to do this to minimise time wasted with updates ... β³PostgreSQL
for simplicity.SQLite
orETS
for speed:The text was updated successfully, but these errors were encountered: