Skip to content

Commit

Permalink
code cleanup and documentation partly solves #46
Browse files Browse the repository at this point in the history
myServer.js
- removed/moved dependencies
- added additional comments
- moved database code to db functions

src/oi/SideIdea.js
- fixed issue where tags and skills wouldn't be reset after saving one idea. The
  next idea would get the old tags and needed skills.

src/oi/SideShowIdea.js
- changed variable names

src/oi/mastodon.js
- new file to handle posting on mastodon

passport-config.js -> src/oi/passport-config.js moved file (cleanup)

src/oi/sqliteDb.js file which handles all database handling
  • Loading branch information
jdohm committed Apr 3, 2021
1 parent 23e025e commit 20995aa
Show file tree
Hide file tree
Showing 6 changed files with 669 additions and 428 deletions.
Loading

0 comments on commit 20995aa

Please sign in to comment.