Hi Experts,
I'm working on a project with a complex backend and frontend architecture (see attached diagram). We are using REST APIs, a blockchain layer, authentication services, and cloud infrastructure. We want to simplify the development process while keeping scalability and security in mind.
What are the best practices for organizing Jira tasks for full-stack development?
How can we break this architecture into smaller, manageable sprints?
Are there recommended Jira plugins or workflows for tracking frontend and backend tasks separately?
Hi @KurniaKadir
It looks like you might have created your diagram with Gliffy in Jira...is that correct? It also looks like you might have used our Mermaid JS (diagram from code feature). If you can confirm then I can provide a few additional thoughts. Thank you!
Hi @Justine MacLean - Gliffy Solutions
Thank you for your response and support. I started with Mermaid JS for the diagram. This is actually my first time using Jira, so I'd appreciate any insights you may have.
Apologies, @David Nickell @. The issue occurred because I shared the drawing as a JPG instead of the diagram code. I’ll re-share it properly, thanks for letting me know.
graph TD
%% Frontend Layer
A[Frontend Layer] -->|REST APIs| B[Backend Services]
A --> F[Authentication Service]
%% Backend Layer
B --> G[Compliance Service]
B --> H[Vendor Services]
B --> I[Admin Services]
B --> J[Messaging Queue]
%% Blockchain Layer
G --> K{Blockchain Layer}
K --> K1[Smart Contracts]
K --> K2[Distributed Ledger]
K --> K3[Tokenization]
%% Database Layer
B --> L[(Relational Database)]
L -->|Stores| M[User Profiles]
L -->|Stores| N[Product Listings]
L -->|Stores| O[Order History]
%% Payment and Integrations
F --> P[Payment Gateway]
P -->|Supports| Q[Fiat Transactions]
P -->|Supports| R[Crypto Payments]
%% External Services
B --> S[Shipping APIs]
B --> T[Halal Certification APIs]
B --> U[Bank Integrations]
%% Infrastructure
subgraph Cloud Infrastructure
V[Load Balancer]
W[Application Servers]
X[Blockchain Nodes]
Y[Storage Buckets]
end
B --> V
V --> W
W -->|Interacts| X
L --> Y
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @KurniaKadir
Since I am not a Jira expert nor regular user, I am not able to give advice on your questions, but I do have a couple of ideas to hopefully help you with accomplishing your goals as efficiently as possible.
On that note, we are working on making diagrams generated by Mermaid editable so that feature should be available this year! Best of luck as you ramp up with Jira!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Chemmara Enterprise
I am not a regular Jira user and do not have the expertise to give you the best answers to your questions. I do have a couple of thoughts for you in case they are useful, but could you confirm which diagramming application you are using? Is it Gliffy or another app?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it me? I can't read see the drawing -- it is too light
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.