StatusMixins

Description

Reusable status calculation methods for MerjentApp templates.

Each method calculates and returns a status string based on field values. Methods are bound to the MerjentApp instance via templates (see DefaultTemplate).

Usage: These methods are not called directly. They are bound to app.getStatus by a template function:

// In a template:
			app.getStatus = StatusMixins.p_s_complete.bind(app);
			
Details