requirements.tex 1.3 KB

1234567891011121314151617181920212223
  1. The solution should meet specific functional and non-functional requirements so that users are willing to use another client.
  2. \textbf{Functional requirements}:
  3. \begin{itemize}
  4. \item The standard functionality of the \ac{OSN} is usable without restrictions.
  5. \item The user can see which way (private \ac{P2P} or public \ac{OSN}) the data comes from and where it goes.
  6. \item Data access should only be possible for authorized users.
  7. \item The data exchange should be automatically encrypted so that the data is worthless for third parties.
  8. \item The data format is flexible in order to map changes and new \ac{OSN} functionalities.
  9. \item The solution is client-side since there is no control over the \ac{OSN} server.
  10. \item The \ac{OSN} Service Provider can retrieve anonymized data relevant to him.
  11. \item The solution is platform independent.
  12. \end{itemize}
  13. \textbf{Non-functional requirements}:
  14. \begin{itemize}
  15. \item Data exchange over the private network is fast and secure.
  16. \item The user interface is simple and understandable.
  17. \item The design of the app is modern and appealing.
  18. \item No violation of the guidelines and terms of use/service of the \ac{OSN}.
  19. \item No restrictions for standard users who do not use the hybrid solution.
  20. \item The additional effort for the user when using the hybrid solution should be minimal.
  21. \end{itemize}