Hot answers tagged audit
7
Given the lack of this document how are we supposed to prove that the
system does or does not do what it's supposed to to an auditor?
Why is that a given? There is no rule of scrum that the only thing created is software. Make your acceptance criteria include "done when we have a detailed ISO 9001 compliant functional specification". Or, make that a ...
2
Well I wonder how Agile/Scrum relates to stuff like ISO 9001. ISO 9001 has documentation and processes in mind, while the Agile Manifesto has working software in mind. Even though it does value documentation/documents, the focus is usually on just enough.
The reasoning behind this is that you can write it all down and a week after having implemented it, the ...
1
As long as you are aware that the actions outside the application will not be logged (I personally would not try to do auditing except through triggers but third part products are usually a separate problem because you have a limited ability to change the db itself.), the approach is OK.
What is generally needed in auditing though is an approach where you ...
1
Should we tailor the audit log tables to fit the requirements of the front end?
No. Generally this is better when you tailor the audit log tables to fit the requirements of auditors and then worry about the front-end later.
Should we have separate tables to handle the "Actions" and have the events and auditing separate
Yes. This gives you more ...
1
As an example, let's say we have a user story that says: "As a customer, I need to be able to select a system state of A, B or C". It has an acceptance test that says "I should be able to select state A, B, or C, and the system will change to that state"
There's your problem, in my opinion. And Scrum, a project-management technique, which falls in the ...
1
VDPAU only accelerates the decoding/playing of video. I don't know if the time taken to copy the raw video to the GPU encode, and then read back the compressed data would really mean there was much benefit from a gpgpu.
With playback you are forced to copy the data to the GPU anyway and it's obvisuly better to copy the smaller compressed source stream.
...
Only top voted, non community-wiki answers of a minimum length are eligible
