I'm doing a ToDo and I need to define it in priority (urgent, high, medium and low). But I can only define by integer (1 is urgent, 2 is high etc)
The question is: can you show another value in html but assign it to the original in the bank? Example:
If in the mongodb table is saved 1, I want the query result by html to appear "URGENT".
If it's possible, how do I do it?