Skip to content

Releases: salemalem/deno-twd-drash

Slugify is added to fix slug error

08 Sep 17:54
Compare
Choose a tag to compare
Pre-release

When slug is "test title", it will give error. To fix it, now I added slugify from https://stackoverflow.com/questions/1053902/how-to-convert-a-title-to-a-url-slug-in-jquery "test title" -> "test-title". Perfect!

Previous release configured with Dockerfile and publised to fly.io

08 Sep 06:59
Compare
Choose a tag to compare

Set hostname to "0.0.0.0" instead of localhost, otherwise, it won't work.
Also set ports to 8080
No tutorial editing and deleting functionality

Clean structure and clean design with embedded js check for slug uniqueness on new tutorial submission. No login yet.

07 Sep 17:03
Compare
Choose a tag to compare

Folders are structured. Views are divided into pages and layouts. Utilities added. Database on separate file to handle it. HTTP VS code testing added. 404 page added. Everything is broken down into partials through eta.

Test prototype that can be used to create a full product. Each possible needed function is implemented in each file. Needs to be restructured.

06 Sep 05:39
Compare
Choose a tag to compare

This pre release contains

  • Drash framework
  • embedded db insert, read
  • markdown converter to HTML
  • eta template engine rendering
  • handling form data, decoding, and pushing to embedded aloe db
  • denon configured
  • fly.io deployment reconfiguration. Lacks deployment because fly looks for main.ts while I have server.js
  • dependency management at dependencies.js

These all are enough to build a prototype by looking at the functions I provided. Planning to build a blog.