MissionSupport / MissionSupportDemo

MIT License
0 stars 0 forks source link

Develop History for sites #5

Open rourke750 opened 5 years ago

rourke750 commented 5 years ago

In my opinion pretty easy to do. Can either do it two ways:

  1. Either we want to just store multiple copies and just version them as we change it.

Pros: Probably easier to implement.

Cons: Would make merging multiple changes at the same time more difficult.

  1. We implement a git like tracking system.

Pros: All history is easily and forever saved and going back and reverting certain changes is trivial.

Cons: Probably a little bit more difficult to set up.

rourke750 commented 5 years ago

This will be sprint 2