$ dagamant.com / board
front page layout
Waiting to have everything made before deciding on final layout
Made a change on the admin page that lets me drag to reorder projects. This lets me keep my current project near the top of the list.
removed the flicker
Security audit
Add some extra security beyond being a bespoke service that is basically immune to bots.
empty
Basic site skeleton
get the page working
Blog Skeleton
Create routes and views for blog posts.
Add Kanban
A basic Kanban board for project tracking and public view
Blog images
Upload images and create a markdown tag to put them in the post
Better kanban
Add more features to make it more useful. Idea 1, updates to tasks. little update field that adds a line to the task to keep the process documented. Idea 2, tags to help keep tasks organized
This is a task update
I am adding the tags and tag pills now
Tags added, kanban is now better
Fix colors to be more readable
brighten text, subdue the CRT glow effect / blur
Added a color switcher to the bottom right. it sticks there and allows visitors to choose their preferred color
Removed the blur from standard text but left it on headings
angry about readability. removing color picker and just putting in a basic color palet
This works
Kanban toggle for projects
Not all projects need a kanban and it will be more for managing new projects so I want a toggle that can disable it for old projects.
Toggle added, default is off.
Attach image to project for header
Right now I just have the server grab a screenshot from an attached URL. I need to be able to add my own images
Need to make it so the attached image overrides the screenshot.
Kanban layout
Give the Kanban a better layout
removed a column to make it only 4 columns. there is more room for activities now
I think this is good. with the amount of data each card holds the wider columns make sense and the two row layout is logically sound.
Projects skeleton
create routes and views for project cards
Mobile friendliness
Can’t add cards, focus prevents touching add button. Can’t drag cards.
Switched to html5 drag and fixed focus event.
Made columns more mobile friendly on smaller screens.