Lab 6
From CS462
For this lab, you will build an approval client used to approve or deny submitted images and comments. This lab will give you further experience with asynchronous messaging.
Contents |
[edit]
Requirements
- Build a program that enables the user to approve or deny submitted content
- Receive image and comment review queue messages as described in SQS Queues
- Display relevant information to reviewer
- Collect approval response and return response message as described in SQS Queues
- Client must be non web-based.
- Any platform that runs software locally is fine, such as Adobe AIR with Flex or HTML/JS, Python, C#, Java, or anything else.
[edit]
Passoff Instructions
- Email TA with your program and any installation/use instructions
- You may also arrange a time to meet with TA during office hours.
- TA will test your approval client and give you feedback.
[edit]
Related Reading
[edit]
