Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
•
444eae0
1
Parent(s):
a40ade2
Marking goals/tasks as completed
Browse files
goals.org
CHANGED
@@ -2,12 +2,10 @@
|
|
2 |
|
3 |
- [ ] Add unit tests, integration test, doc tests in the project source code.
|
4 |
|
5 |
-
- [ ] Write .gitlab-ci.yml for automating testing of the project.
|
6 |
-
|
7 |
- [ ] Add code to remove nsfw content from search results using a blocklist.
|
8 |
|
9 |
- [ ] Add code to disallow user to search sensitive content (similar functionality to swisscows search engine) if strict safe search is turned on.
|
10 |
-
|
11 |
- [ ] Add better error handling code to handle scraping error, reqwest error, etc.
|
12 |
|
13 |
- [ ] Add ability to change colorschemes with the theme style of the page.
|
@@ -23,6 +21,8 @@
|
|
23 |
- [ ] Add settings page to configure search engine on the fly by the user and save his preferences using cookies.
|
24 |
|
25 |
- [ ] Add search engine logo to index page and to the navbar (on the right hand side).
|
|
|
|
|
26 |
|
27 |
- [X] Add better documentation to source code.
|
28 |
|
|
|
2 |
|
3 |
- [ ] Add unit tests, integration test, doc tests in the project source code.
|
4 |
|
|
|
|
|
5 |
- [ ] Add code to remove nsfw content from search results using a blocklist.
|
6 |
|
7 |
- [ ] Add code to disallow user to search sensitive content (similar functionality to swisscows search engine) if strict safe search is turned on.
|
8 |
+
|
9 |
- [ ] Add better error handling code to handle scraping error, reqwest error, etc.
|
10 |
|
11 |
- [ ] Add ability to change colorschemes with the theme style of the page.
|
|
|
21 |
- [ ] Add settings page to configure search engine on the fly by the user and save his preferences using cookies.
|
22 |
|
23 |
- [ ] Add search engine logo to index page and to the navbar (on the right hand side).
|
24 |
+
|
25 |
+
- [X] Write rust.yml for automating testing of the project.
|
26 |
|
27 |
- [X] Add better documentation to source code.
|
28 |
|