I built my own little JIRA alternative
Stefan Wuthrich
Posted on September 11, 2020
Since I built my job boards ( eg https://fullstackjob.com ) it's now over a year passed and I also built my social media post/schedule tool Kunvenu which I daily use for my #go posts via @golangch, reaching 5000 followers about 2 weeks ago.
What I worked on over the weekends for the last 4 months is my own Project Management Tool, named omnited
It's a Project and Task management, where you can define eg what kind of Status, Priorities and Issue Types you want (on the project, folder, and list level).
You have a List of Peoples working in your company (where not all must be Users) and can invite new ones via the app.
As a User or Project Manager, you have now 2 different types of Issue Views, List, and Board.
I built the tool with the following Stack:
- Go backend, Chi Router, own auth/authz implementation
- ArangoDB and Redis for data
- Nsq for queueing
- Frontend Vue, Vuex, Bulma (with Buefy components)
- Hosting on own Server with Rancher 1.x/Docker
I use the tool now for the planning of my new project I started last weekend, which is named nBoarding and is a tool that helps founders and mainly small business owners and team leaders to onboard new staff members or freelancers with automatable predefined workflows.
Here I will use the first-time Nuxt for Frontend. Let's see. SSR is cool, but has a cost :-)
If you want to be my Beta Tester I have a Lifetime Deal running on https://omnited.com
Cheers
Stefan
altafino
Posted on September 11, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
October 17, 2024