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

document own code using JSDoc3 #46

Open
jdohm opened this issue Mar 22, 2021 · 0 comments
Open

document own code using JSDoc3 #46

jdohm opened this issue Mar 22, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jdohm
Copy link
Owner

jdohm commented Mar 22, 2021

https://jsdoc.app

@jdohm jdohm added the enhancement New feature or request label Mar 22, 2021
jdohm added a commit that referenced this issue Apr 3, 2021
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
jdohm added a commit that referenced this issue Apr 4, 2021
myServer.js
- moved drawsvg function in own file

src/oi/DrawIdeas.js
- added documentation

src/oi/DrawSvg.js
- replaced old (and not used) svg generation code for client side with server
  side code to generate svg

src/oi/SideIdea.js
- added documentation
- updated var to let
- reformated the code

src/oi/SideLoginRegister.js
- added documentation
- updated var to let
- reformated the code

src/oi/SidePanel.js
- added documentation
- updated var to let
- reformated the code

src/oi/SideShowIdea.js
- added documentation
- updated var to let
- reformated the code

src/oi/autocomplete.js
- added documentation

src/oi/filterTags.js
- added documentation

src/oi/showInfo.js
- added documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant