Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #12

Merged
merged 33 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
93b1662
Add Cargo.lock
orhun May 22, 2024
d71b181
Add AUR instructions
orhun May 22, 2024
ef4d6fe
Merge PR #6 from orhun/docs/add_aur_instructions
josueBarretogit May 22, 2024
89cb515
Merge PR #5 from orhun/chore/add_lockfile
josueBarretogit May 22, 2024
94eee18
changed scraper to fetch json file rather than scrape site directly
josueBarretogit May 24, 2024
19fd53e
parsing json format to table struct
josueBarretogit May 24, 2024
98ced16
parsing categories with subcategories
josueBarretogit May 24, 2024
6a28f60
content parser working as expected
josueBarretogit May 25, 2024
d7bdb39
completed parsing
josueBarretogit May 25, 2024
6032de3
changed names of some methods
josueBarretogit May 25, 2024
bcca807
implemented dependency inversion for app
josueBarretogit May 25, 2024
3571bcf
Merge pull request #8 from josueBarretogit/get-data-crates-from-json
josueBarretogit May 25, 2024
e9395d5
added popup to show features of a crate
josueBarretogit May 29, 2024
7fc218a
add methods to scroll up and down feature list
josueBarretogit May 29, 2024
b63e2f5
trying to fetch features for each crate
josueBarretogit May 30, 2024
9778fc7
trying to fetch features for each crate part 2
josueBarretogit May 30, 2024
38c823e
trying to fetch features for each crate part 3
josueBarretogit May 30, 2024
c4747de
trying to fetch features for each crate part 4
josueBarretogit May 31, 2024
3599fef
trying to fetch features for each crate part 5 using more threads
josueBarretogit Jun 1, 2024
5454af7
fetching features in a concurrent manner i think
josueBarretogit Jun 2, 2024
adb572d
make functions to select features
josueBarretogit Jun 2, 2024
2cce339
added loading screen for features
josueBarretogit Jun 2, 2024
fd802cd
added function to select features of a crate
josueBarretogit Jun 2, 2024
a780476
added instructions for selecting features
josueBarretogit Jun 2, 2024
5a8fcf2
added feature
josueBarretogit Jun 4, 2024
9f2942a
left notes
josueBarretogit Jun 5, 2024
c29d431
Merge pull request #10 from josueBarretogit/9-let-the-user-select-wha…
josueBarretogit Jun 5, 2024
11df8e2
added test (for real)
josueBarretogit Jun 5, 2024
f9ea0bb
Merge pull request #11 from josueBarretogit/make-tests
josueBarretogit Jun 5, 2024
15d568b
Update README.md
josueBarretogit Jun 5, 2024
ed78c97
updated cargo.toml
josueBarretogit Jun 5, 2024
e5d2990
fixed some typos
josueBarretogit Jun 5, 2024
db8a37c
removed unused imports
josueBarretogit Jun 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
Loading