@mostajs/marketplace-ui
v0.1.0
Published
Fiche RFP (HTML-string, zéro dépendance) : cycle 8 étapes + propositions + matching + messagerie. Compose @mostajs/app-shell-ui. Front de @mostajs/marketplace. Membre de mosta-ui-html-stack.
Maintainers
Readme
@mostajs/marketplace-ui
Fiche RFP (HTML-string, zéro dépendance) — cycle 8 étapes + propositions + matching + messagerie. Front de
@mostajs/marketplace.
Auteur : Dr Hamid MADANI [email protected] · AGPL-3.0-or-later · Membre de mosta-ui-html-stack.
import { page, THEME_CSS } from '@mostajs/app-shell-ui';
import { rfpFiche, RFP_CSS } from '@mostajs/marketplace-ui';
const body = rfpFiche({ id, no, title, category, budget, status, stages, nextAction, canSelect, proposals, messages });
const html = page({ title, theme: THEME_CSS + RFP_CSS, body });Vue pure : l'app charge le VM via @mostajs/marketplace (requests.get, proposals.list, matching.rank, messages.list) et calcule nextAction/canSelect. npm test (5 tests @mostajs/mjs-unit).
