Category Archives: SS21

SS21, Web Engineering

All the coding is done.

Please record a video presentation of your work.

  • At least all requirements should be mentioned
  • The video must be min 4:30 min, max 5:30 min long
  • a camera image of you must be included in the video (picture in picture)
  • include a logo of your choice in your video
  • add a intro image or intro video
  • make sure your audio has no background noise

 

Upload your video file to: https://cloud.uniks.de/s/yWDAdJFfeoadTFR

 

Deadline for this assignment is extended  to Friday 23.7.2021 23:59

SS21, Web Engineering
  • use the repository from last assignment
  • start from the branch assignment7
  • switch to branch assignment8
  • change your controllers as shown in lecture 8
    • use meta programming where possible
  • add a chat for logged in users
  • inform all users in the chat when a new post or comment is created. Include a link to the new post/comment in the chat message.
  • commit and push to branch  assignment8
  • create a pull request (name: Assignment8) to the main/master branch

 

Deadline for this assignment is extended  to Friday 16.7.2021 23:59

SS21, Web Engineering

Deadline for this assignment is extended  to Friday 3.7.2021 23:59

SS21, Web Engineering
  • please fill in this form: https://seblog.cs.uni-kassel.de/2021/05/27/github-details/
  • use the repository from last assignment
  • start from the branch assignment5
  • switch to branch assignment6
  • add Delayed::Jobs for:
    • sending the verification mail after creating an account
    • send a reminder mail for the verification after 5 minutes if the verification is pending
    • delete the account after 1 hour if it isn’t verified
  • On the posts show page, regulary (5 sec.) check whether there are new comments available, and if so show a box saying “New comment by <name>”.
  • (optional) automatically load that one comment (render partial in the controller) and add it to the comments list.
  • commit and push to branch  assignment6
  • create a pull request (name: Assignment6) to the main/master branch

Deadline for this assignment is Friday 4.6.2021 23:59

SS21, Web Engineering
  • use the repository from last assignment
  • start from the branch assignment4

 

  • switch to branch assignment5
  • Implement model test for posts, comments and users
    • test your model validations
    • test your model attributes existence
  • Implement controller tests for your user controller
    • at least make sure that all your controller actions are called
  • Implement system tests
    • Create user success/failure case
    • Login user success/failure case
    • Create and edit a post
    • Create and edit a comment
  • commit and push to branch  assignment5
  • create a pull request (name: Assignment5) to the main/master branch

Deadline for this assignment is Friday 28.5.2021 23:59