Jennifer Richards
Jennifer Richards
### Describe the issue The `upcoming()` view in `ietf.meeting.views` assigns an `end` attribute to each meeting. The `Meeting.end_date()` method performs the same calculation. Replace the ad hoc `end` attribute with...
### Describe the issue Ran into a problem, fixed by #4482, where the JS debugger was unable to inspect variables. This was caused by implicitly referring to `$` to invoke...
### Describe the issue The `bin/add-old-drafts-from-archive.py` script is outdated and not compatible with Python 3 - it still uses the Python 2 print statement at least. This should be updated...
### Describe the issue In at least `ietf/meeting/models.py`, the `django.utils.datetime_safe` library is used. The [datetime_safe module is reportedly going to go away](https://stackoverflow.com/questions/21991666/what-is-django-utils-datetime-safe-and-should-i-use-it-instead-of-standard-datet) and as far as I have found is...
### Describe the issue Reported by @flynnliz, > The function to hide a particular session’s location isn’t working. Demonstration / workaround: * Create a "break" timeslot with a location (required)...
### Describe the issue In the workaround described in #4592, timeslots with no location are created. The timeslot editor assumes that all timeslots are connected to a room. Since this...
### Describe the issue If a user is reviewing / editing ballots for two or more documents in different browser tabs or windows they may be taken to the wrong...
### Describe the issue When slides are uploaded during (or shortly before/after the scheduled time of) a session, the datatracker makes API calls to notify MeetEcho about the slide updates....
### Description A chair requested improvement to the workflow at `/group//reviews/` - incoming documents in the "Unassigned review requests" show as plain document names rather than links, so assigning the...
### Description We have a few decorators defined in `ietf/utils/decorator.py` that use the "decorator" package. This provides the `@decorator` decorator and a `decorate` method. The built-in Python `functools.wraps()` method can...