Poznámky z platformy.
Novinky o produktu, implementační poznámky a technické aktualizace.
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...