neon_arch commited on
Commit
fa1ea8d
1 Parent(s): 75dd7f1

adding two new goals/tasks.

Browse files
Files changed (1) hide show
  1. goals.org +4 -0
goals.org CHANGED
@@ -1,5 +1,9 @@
1
  * TODO Goals for v0.1.0
2
 
 
 
 
 
3
  - [ ] Add FAQ section in readme.org for answering commonly asked questions like why websurfx?, why rust?, why GPLv3?, etc.
4
 
5
  - [ ] Add code to remove nsfw content from search results using a blocklist.
 
1
  * TODO Goals for v0.1.0
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 FAQ section in readme.org for answering commonly asked questions like why websurfx?, why rust?, why GPLv3?, etc.
8
 
9
  - [ ] Add code to remove nsfw content from search results using a blocklist.