Creator of "Jira Clone" here. First of all I want to make it clear that this is just a showcase/demo product. It's definitely not something I'm planning to sell. Additionally, it's not even remotely production ready, and it's missing about a zillion features that would make it a full-fledged project management software. The main reason I built this was to have a good showcase for potential future clients. The second…
A Simplified Jira Clone Built with React/Babel and Node/TypeScript
41–50 of 101 posts
Re: A Simplified Jira Clone Built with React/Babel and Node/TypeScript
#42Re: A Simplified Jira Clone Built with React/Babel and Node/TypeScript
#43Re: A Simplified Jira Clone Built with React/Babel and Node/TypeScript
#44Creator of "Jira Clone" here. First of all I want to make it clear that this is just a showcase/demo product. It's definitely not something I'm planning to sell. Additionally, it's not even remotely production ready, and it's missing about a zillion features that would make it a full-fledged project management software. The main reason I built this was to have a good showcase for potential future clients. The second…
Re: A Simplified Jira Clone Built with React/Babel and Node/TypeScript
#45Creator of "Jira Clone" here. First of all I want to make it clear that this is just a showcase/demo product. It's definitely not something I'm planning to sell. Additionally, it's not even remotely production ready, and it's missing about a zillion features that would make it a full-fledged project management software. The main reason I built this was to have a good showcase for potential future clients. The second…
Fewer features sounds great. I personally loath Jira, and avoid using it whenever possible, but your clone looks really nice. You can improve 100x on Jira just by making it faster, simpler, and easier to use. One suggestion: it looks too similar to Jira, you might want to change the design a bit so that Atlassian doesn't try to sue you or something.
Re: A Simplified Jira Clone Built with React/Babel and Node/TypeScript
#46maybe dont call it jira_clone. People dont like installing something called a "clone". Brand it differently and build something really cool here
And stop adding features unless 90% of customer demands it. Sometimes it’s worth it to tell other people: you don’t need this feature.
Re: A Simplified Jira Clone Built with React/Babel and Node/TypeScript
#47Re: A Simplified Jira Clone Built with React/Babel and Node/TypeScript
#48Earlier quoted context omitted.
First, this clone looks very nice and worth trying if your workflow fits it. If this tool is still needing some feature you want, Do you run JIRA cloud? Jira by no means is perfect. It's one of the few tools that can handle complexity. I noticed a huge leap in JIRA speed in switching from cloud hosted Jira to self-hosting. On Cloud, Atlassian is mischievous and aggressively optimizes and constrains the resources. If…
Mind the "What is this and who is this for" https://github.com/oldboyxx/jira_clone#what-is-this-and-who-... . Looks to me like the OP developed this to showcase his skills and get hired, not for production use by other people or with any intent of maintaining it.
Re: A Simplified Jira Clone Built with React/Babel and Node/TypeScript
#49Earlier quoted context omitted.
First, this clone looks very nice and worth trying if your workflow fits it. If this tool is still needing some feature you want, Do you run JIRA cloud? Jira by no means is perfect. It's one of the few tools that can handle complexity. I noticed a huge leap in JIRA speed in switching from cloud hosted Jira to self-hosting. On Cloud, Atlassian is mischievous and aggressively optimizes and constrains the resources. If…
That's disappointing. I've always had self-hosted Jira and was hoping Jira Cloud would be more performant.
One nice thing about the jvm is performance issues could be reaonsably tuned.
I have paid Jira way too much money for cloud, if I added up the 5-10s I wait for one screen to load at any given time.. It's likely a productivity hit.
Re: A Simplified Jira Clone Built with React/Babel and Node/TypeScript
#50Creator of "Jira Clone" here. First of all I want to make it clear that this is just a showcase/demo product. It's definitely not something I'm planning to sell. Additionally, it's not even remotely production ready, and it's missing about a zillion features that would make it a full-fledged project management software. The main reason I built this was to have a good showcase for potential future clients. The second…
Random question: I noticed you switched from shorthand `, ` to `React.Fragment` elements. Did you have a need to use keys somewhere and decided to update them all to be consistent? Just curious.