All posts by Albert Zündorf

Web Engineering, WS2223
  • Install Rails –> https://guides.rubyonrails.org/getting_started.html#creating-a-new-rails-project
  • Create a controller, routes and the necessary views (as shown in the lecture).
  • Your Application should support at least
    • to show an dynamic monthly calendar
    • buttons to switch between months.
    • optional: highlight today
  • Create your repository on github-classroom. https://classroom.github.com/a/D8Eij-Vd
  • push your work to the main branch at github
  • Deadline 09.11.22 23:59

Links:

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