Jetstack
Blog

Poznámky z platformy.

Novinky o produktu, implementační poznámky a technické aktualizace.

1. ledna 2023

API protection — rate limits, throttling, and challenge flows

An API worth integrating with is also an API worth attacking, misusing, or accidentally hammering. A runaway script that polls every two seconds inste...

Přečíst článek
1. prosince 2022

Image handling — thumbnails, compression, and lightboxes built in

Images are heavy. A product catalog with five thousand items and full-resolution photos is a spectacular way to destroy page-load times, mobile data p...

Přečíst článek
1. listopadu 2022

The REST API — the whole application over HTTP

Every business application has to integrate with something else. A public website that needs to display the latest product catalog. A mobile app that...

Přečíst článek
1. října 2022

Multi-tenancy — many customers, one platform, real isolation

Multi-tenancy isn't just a deployment shape. It's a design decision that sets the economic model of the platform — who pays for what, how many custome...

Přečíst článek
1. října 2022

Tenant customizations — one platform, every customer's shape

Customers look similar from thirty thousand feet and genuinely different on the ground. Two accounting firms, two manufacturers, two nonprofits — view...

Přečíst článek
1. září 2022

Spreadsheet exports — every view as a spreadsheet

"I just need it in a spreadsheet" is one of the most common sentences in any organization that works with data. An accountant wants to recon...

Přečíst článek
1. srpna 2022

Notifications — keeping users in the loop, in the right place

Email is noisy. Chat is fragmented. An in-app notification centre is where users see things that matter in the context of the application itself, with...

Přečíst článek
1. srpna 2022

Authentication — accounts, passwords, and lifecycle

Authentication is the door. Every other security control in a platform — permissions, audit trails, data access policies — sits behind it and assumes...

Přečíst článek
1. července 2022

The kanban view — your workflow, visible at a glance

A kanban board is not just a prettier list. It's a running visualization of the state machine of your workflow. Each column is a state. Each card is a...

Přečíst článek
1. července 2022

Full-text search — finding anything, fast

Once a tenant holds thousands or tens of thousands of records across dozens of types, navigation stops scaling. Menus get long, filters take a moment...

Přečíst článek
1. července 2022

Roles and permissions — fine-grained access control

Any platform serious about business use has to answer three questions convincingly: who can see what, who can change what, and who decides who can do...

Přečíst článek
1. července 2022

The email engine — transactional email with full template control

Email is still the default channel for transactional messages. Password resets, order confirmations, appointment reminders, invoice notifications, wee...

Přečíst článek
1. července 2022

Data import and model export — move data and configuration cleanly

Every serious implementation makes two moves that the day-to-day UI isn't built for. Data comes in — from a legacy system that's being retired, from a...

Přečíst článek
1. června 2022

The calendar view — time-based data in its natural layout

Every piece of data with a date on it has a calendar dimension, even if you usually look at it as a list. Appointments, project deadlines, employee sh...

Přečíst článek
1. května 2022

Activity log — a built-in audit trail for every record

"Who changed this, and when?" is the question every business asks eventually — usually after a small mistake has produced a larger consequen...

Přečíst článek
1. dubna 2022

Grouping and calculations — reports that live inside your data

Reporting is traditionally a separate activity. You pull data out of the application, load it into a spreadsheet or a business-intelligence tool, buil...

Přečíst článek
1. dubna 2022

The query builder — composing data slices visually

In most applications, the filter panel is where power users live and also where platforms run out of expressiveness. "Status is Open" and &q...

Přečíst článek
1. ledna 2022

Views — the right lens on your data for every role

The same set of records serves very different people. The sales team wants to see deals as a kanban moving across pipeline stages. The accountant want...

Přečíst článek
1. ledna 2022

The table view — still the workhorse, even in the kanban era

Users spend more time in tables than in any other viewer, and that's not changing soon. Kanban boards are wonderful for pipelines. Calendars are unbea...

Přečíst článek
1. listopadu 2021

Object relationships — because business data isn't flat

A customer has contacts. An order has line items. A project is assigned to several people, and each of those people is assigned to several projects. B...

Přečíst článek