Skip to content

Attendance

Before you start your work every day, please make sure to log your attendance in the system.

You can do so by sending a message to otto bot in zulip with the following format:

bash
.pin [what you are going to work on]

# example:
.pin imvx-core

If you had to step away for a while during the day, please remember to log your return by sending:

bash
.pout [a message why you stepped away]

# example:
.pout lunch

Sometimes you might change your focus, for instance when you finish a task and start working on something else. In that case, please update your status by sending:

bash
.status [what you are going to work on now]

# example:
.status imvx-frontend

At the end of the day, please log your departure by sending:

bash
.poff

Once you log your departure, please also provide a brief summary of what you worked on during the day by sending:

bash
.preport
[Your summary here]

# example:
.preport
Today I worked on imvx-core and fixed several bugs.
I also started planning for the next.

sprint.
here is a brief summary of what I accomplished:
- Fixed bug #123 in imvx-core
- Implemented feature XYZ in imvx-frontend
- Attended team meeting and discussed project roadmap

Remember, logging your attendance helps us keep track of work progress and ensures effective communication within the team. Thank you for your cooperation!

Contributors

No contributors

Changelog

No recent changes