Changes to Models

I believe I probably asked this already so sorry if I did. One of the biggest challenges I’m facing is when a customer requests changes or I’m wanting to add new features my pages get wiped.

For instance, let’s say I have a page which captures information about a pig. My customer asks to add additional properties such as RFID # and AKKPS # along with some charts.

What is the proper way to make these changes? I would think that these changes shouldn’t take long, however, right now, making changes like this is very time consuming.

Thanks in advance for guidance and support.

Trent

This is how I would do it:

  1. Add the fields to the database
  2. Infer the database (don't generate any CRUD pages).

That's it.

If you need to add the fields to some pages - go update the pages. If the pages aren't modified - just regenerate them.

Why?