Skip to content

Commit

Permalink
Merge branch 'main' into DocumentationDeveloper]-Summer-Report-Update
Browse files Browse the repository at this point in the history
  • Loading branch information
musaabimran authored Nov 21, 2023
2 parents 96ee987 + 57d2a5e commit 3c5ec38
Show file tree
Hide file tree
Showing 238 changed files with 124 additions and 48 deletions.
2 changes: 1 addition & 1 deletion _docs/developer/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ redirect_from:

## Suggestions for New Developers

* Join our Community Discussion on Slack:
* Join our Community Discussion on Zulip:
[Contact Us](/contact)

* You'll need to set up the full system on your own computer. The
Expand Down
4 changes: 2 additions & 2 deletions _docs/developer/google_summer_of_code/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ the student project reports from previous summers linked below.
4. Review our project ideas list:
[https://submitty.org/developer/project_ideas](/developer/project_ideas)

5. Join our Slack channel to ask questions and meet other new developers:
5. Join our Zulip server to ask questions and meet other new developers:
[https://submitty.org/contact](/contact)

Ask specific technical questions about the Submitty system and open
Expand All @@ -48,7 +48,7 @@ the student project reports from previous summers linked below.
be taken into account as we evaluate your application.

_NOTE: The Submitty mentors for Google Summer of Code are on our
Slack channel. Please communicate through the public channels and
Zulip server. Please communicate through the public streams and
do not direct message (DM) / private message any mentors.
Mentors will generally not respond to private messages._

Expand Down
11 changes: 1 addition & 10 deletions _docs/developer/software_and_system_design/database_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,7 @@ redirect_from:
4. [DataGrip](https://www.jetbrains.com/datagrip/) ("Database IDE", can connect to most DB types)


Note: When adding a new server to pgAdmin, change the following parameters in the
server's `Connection` settings:

* `Host name/address`: `localhost`
* `Port`: `16442`
* `Username`: `submitty_dbuser`
* `Password`: `submitty_dbuser`

You do not need to change the port or the maintenance database - the port should say `5432`
and the maintenance database should say `postgres` by default.
Note: To add the Submitty server to pgAdmin, follow the [pgAdmin setup instructions](/developer/getting_started/pgadmin).



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ provide additional guidance. The W3C has authored a series of in-depth industry
recommendations called [Web Content Accessibility Guidelines](https://www.w3.org/WAI/standards-guidelines/wcag/)
(a.k.a. "WCAG").

If you have any questions on web accessibility, please post them in Submitty's
slack channel and tag `@pbailie`.

### Examine Your Interface Design With WAVE
The [Web Accessibility Evaluation (WAVE) tool](https://wave.webaim.org/extension/)
is a browser plugin that can analyze your UI design and point out accessibility
Expand Down
5 changes: 3 additions & 2 deletions _docs/developer/testing/cypress.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ directly, but rather focuses on user navigation through the website. It
used to use Selenium, but has been rewritten in using Cypress.

## Installation

Make sure you have `node.js` version 10 or higher installed locally. You can check using the command: `node -v`
Make sure you have [`node.js`](https://www.nodejs.org/) version 10 or higher installed locally. You can check using the command: `node -v`

```bash
# from the site directory
Expand All @@ -21,6 +20,8 @@ npm install

If you are on Linux, view [this page](https://docs.cypress.io/guides/getting-started/installing-cypress.html#Linux) to see what dependencies you may need to install additionally for Cypress.

If you are on WSL and run into an error, make sure you installed `node.js` on your desktop (Program Files) and not inside your local Submitty repository.

## Cypress Test Runner

You can open the test runner by navigating into `site/` and using the command:
Expand Down
34 changes: 31 additions & 3 deletions _docs/developer/testing/linting_static_analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ Then run:

```bash
# from root level of Submitty repository
php site/vendor/bin/phpstan analyze -c site/phpstan.neon site/app site/public/index.php site/socket/index.php
php site/vendor/bin/phpstan analyze -c site/phpstan.neon

# or if in the site/ directory of the Submitty repository
php vendor/bin/phpstan analyze app public/index.php socket/index.php
php vendor/bin/phpstan analyze
```

Unlike flake8 and phpcs, a path or file _MUST_ be passed to phpstan.
Expand All @@ -78,7 +78,35 @@ phpstan maintains a list of known errors in the [phpstan-baseline.neon](https://
If you fix one of these errors, you would need to regenerate this file which can be done by doing:

```
php vendor/bin/phpstan analyze app public/index.php socket/index.php --generate-baseline
php vendor/bin/phpstan analyze app public/index.php socket/index.php --generate-baseline --memory-limit 2G
```
The argument `--memory_limit 2G` is necessary when phpstan will otherwise not have enough memory
to generate a new baseline. You can see how much memory phpstan has been using with the `-v` flag

# Submitty Test Script for PHP Linting

The `submitty_test` script is an alias for the `SUBMITTY_TEST.sh` script, similar to `submitty_install_site`.
This script streamlines the process of PHP linting by performing the following steps:

1. Changes the directory to `GIT_CHECKOUT/Submitty/site`.
2. Installs Composer if not already installed (skips if Composer is already installed).
3. Executes the specified PHP linting command.
4. Returns to the original directory.

## Commands:

- `phpcs`: Runs PHP CodeSniffer.
- `phpstan`: Runs PHP static analysis.
- `php-lint`: Runs both PHP CodeSniffer and PHPStan.

## Additional Arguments:

The `submitty_test` script accepts additional arguments, such as `--memory_limit 2G`.

## Example Usage:

```
submitty_test php-lint --memory-limit 2G
```

## JavaScript Linting
Expand Down
69 changes: 48 additions & 21 deletions _docs/index/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,54 @@ Are you interested in joining the Submitty Development Team? Please read:

## Online Community Discussion

We have a public [Slack server for Submitty Users and Developers](https://join.slack.com/t/submitty/shared_invite/enQtMzE1NzgyMzUzNzI5LWZhOGM4NWU4M2U3ZmM2ZmM5NTYwNjk3NTc5Yjg1ZGRlYzU1MjcwYWNkNGYxZjk2YTk3ZmEyODY3MjEyOTc0M2E).

Please use the Slack server `#general-welcome` and
`#gettingstarted-installation-development` and
`#technical-developers-studio` channels for community introductions,
to discuss Submitty installation problems, ask general development
questions, and have feature design discussion. We appreciate the
Submitty community working together to help new developers.

When asking for help on installation, please include your host
operating system & version, and your versions of vagrant and virtual
box. When asking for help on how to patch bugs or implement new features,
please describe what you've done to get started, what you've figured
out, and specifically where you're stuck.

_Special Request: Please do not contact administrator individuals by Slack
direct private message or personal email to ask technical questions.
It is likely that other developers have the same or similar questions
or are experiencing the same bug. So we'd like to answer those questions
on the public forum. And you'll probably get a faster reply when you
ask the larger community. Thank you!_






<div style="width: 100%;">
<div style="width: 80%; float: left;">
We have a public <a href="https://submitty.zulipchat.com/join/7keujybzs4ismpedptpqsqpv/">Zulip server for Submitty Users and Developers</a>.
<br>
Zulip is an open-source modern team chat app designed to keep both live and asynchronous conversations organized.
</div>
<div style="margin-left: 80%;">
<center>
<a href="https://zulip.com/"><img src="/images/zulip-icon-128x128.png" width="80px"></a>
</center>
</div>
</div>




* Please use the Zulip stream `#General-Welcome-Introductions` for
community introductions.

* Use the `#Installation/Getting Started`
stream to discuss Submitty installation problems and introductory
development questions. When asking for help on installation, please
include your host operating system & version, and your versions of
vagrant and virtual box.

* The `#Submitty Developer Studio` stream is for more advanced
development questions and feature design discussion. When asking for
help on how to patch bugs or implement new features, please describe
what you've done to get started, what you've figured out, and
specifically where you're stuck.

* If there is already a topic within the stream that is related to your
question, please use that. Otherwise, please start a new topic. We
appreciate the Submitty community working together to help new
developers.

* _Special Request: Please do not contact administrator individuals by
Zulip direct private message or personal email to ask technical
questions. It is likely that other developers have the same or
similar questions or are experiencing the same bug. So we'd like to
answer those questions on the public forum. And you'll probably get a
faster reply when you ask the larger community. Thank you!_


## Demo Submitty
Expand Down
21 changes: 21 additions & 0 deletions _docs/instructor/course_settings/rainbow_grades/manual_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,24 @@ redirect_from:
[SAMPLE_Makefile]: https://github.com/Submitty/RainbowGrades/blob/main/SAMPLE_Makefile
[SAMPLE_customization.json]: https://github.com/Submitty/RainbowGrades/blob/main/SAMPLE_customization.json
[Drop lowest function]
Although it is not yet implemented in web-GUI, RainbowGrades support drop lowest grade.
Directly edit the customization.json file
Here is a example usage, removing one lowest gradeable from given type
```
{
“count”: 8,
“percent”: 0.12,
“type”: “quiz”,
“remove_lowest”: 1,
“ids”: [
{
“max”: 10.0,
“id”: “quiz01",
“percent”: 0.125,
“released”: true
},
...


10 changes: 5 additions & 5 deletions _docs/sysadmin/configuration/course_archiving.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ still a work in progress._
or:
```
select * from courses where semester='s18';
select * from courses where term='s18';
```
**status = 1**
Expand All @@ -59,13 +59,13 @@ still a work in progress._
3. Change the status values as desired, for example:
```
update courses set status=2 where semester='s18' and course='csci1100';
update courses set status=2 where term='s18' and course='csci1100';
```
or archive all courses for the semester:
or archive all courses for the term:
```
update courses set status=2 where semester='s18';
update courses set status=2 where term='s18';
```
Expand All @@ -81,7 +81,7 @@ still a work in progress._
To prevent accidental modification, we recommend that you remove write
access from folders and files for archived courses. And we suggest
you consider switching the group for your course to limit access to
the files of past semesters to the current instructors only.
the files of past terms to the current instructors only.
```
chmod ugo-w /var/local/submitty/courses/<SEMESTER>/<COURSE>
Expand Down
13 changes: 12 additions & 1 deletion _docs/sysadmin/troubleshooting/system_debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,15 @@ redirect_from:

When you replace your `.cert` file for apache, be sure to also
replace the `.pem` file for nginx. See also
[v20.09.00 NGINX for Websocket Request](/sysadmin/installation/version_notes/v20.09.00).
[v20.09.00 NGINX for Websocket Request](/sysadmin/installation/version_notes/v20.09.00).

### Testing Websockets while NGINX is closed


* We want to make sure that the site remains 100% functional, minus the live updates, when Websockets are down
to test this you can stop NGINX in vagrant ssh to recreate this behavior by typing in:

```
sudo systemctl stop nginx
```
with nginx stopped you can test functions of the site without being connected to the websocket client.
Binary file modified images/ChangePasswordForm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/DatepickerClose.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/DatepickerSingleNever.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/DatepickerSingleNow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/DatepickerSingleSoon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/GSoC-Vertical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/GSoC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/GSoC_padding.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/Homepage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/HomepagePassword.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/LateDays.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/Login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/NavigationPageForTA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/NavigationStudent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/OverrideEmpty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/OverrideEntered.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/OverrideMultipleOther.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/OverrideSelected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/PreferredNameForm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/RCOS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/RCOS_padding.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/RCOS_report/2023_Mahi_Pasarkar/cal-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/RCOS_report/2023_Mahi_Pasarkar/cal-new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/RCOS_report/2023_Mahi_Pasarkar/cal-old.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/RPI_seal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/RPI_seal_padding.png
Binary file modified images/Rollback.png
Binary file modified images/Rollback2.png
Binary file modified images/Submission.png
Binary file modified images/Submission_Files.png
Binary file modified images/Submission_Result_Buggy.png
Binary file modified images/TAOverriden1.png
Binary file modified images/TAOverriden2.png
Binary file modified images/TAgradereport.png
Binary file modified images/TestCaseDetails.png
Binary file modified images/Virtualization_Instructions_1.png
Binary file modified images/access_level.png
Binary file modified images/border-outline-description.png
Binary file modified images/bulkupload_assignedpages.png
Binary file modified images/bulkupload_autogradingconfig.png
Binary file modified images/bulkupload_labeling.png
Binary file modified images/bulkupload_newgradeable.png
Binary file modified images/bulkupload_submission.png
Binary file modified images/bulkupload_submission_qr.png
Binary file modified images/bulkuploadsubmission_ocr.png
Binary file modified images/change_theme.png
Binary file modified images/change_theme_black.png
Binary file modified images/choose_hw.png
Binary file modified images/config_path_interface.png
Binary file modified images/config_repo_box.png
Binary file modified images/config_upload_interface.png
Binary file modified images/course_materials_all_changed.png
Binary file modified images/course_materials_checkbox.png
Binary file modified images/course_materials_date.png
Binary file modified images/course_materials_delete.png
Binary file modified images/course_materials_download.png
Binary file modified images/course_materials_folder.png
Binary file modified images/course_materials_individual_folder_done.png
Binary file modified images/course_materials_legend.png
Binary file modified images/course_materials_open_all.png
Binary file modified images/course_materials_option_subdir.png
Binary file modified images/course_materials_overview.png
Binary file modified images/course_materials_popup.png
Binary file modified images/course_materials_set_all_picker.png
Binary file modified images/course_materials_set_all_popup.png
Binary file modified images/course_materials_set_folder_button.png
Binary file modified images/course_materials_set_indiv_folder_popup.png
Binary file modified images/course_materials_set_individual_never.png
Binary file modified images/course_materials_set_individual_now.png
Binary file modified images/course_materials_share.png
Binary file modified images/course_materials_upload_button.png
Binary file modified images/course_materials_upload_form_v2.png
Binary file modified images/course_materials_upload_form_v3.png
Binary file modified images/create_gradeable_git.png
Binary file modified images/data_entry.png
Binary file modified images/data_entry_ORIGINAL.png
Binary file modified images/database_course_entity_graph.png
Binary file modified images/database_entity_graph.png
Binary file modified images/discussion_forum_icons/df_bookmark.png
Binary file modified images/discussion_forum_icons/df_checkmark.png
Binary file modified images/discussion_forum_icons/df_lock.png
Binary file modified images/discussion_forum_icons/df_question_mark.png
Binary file modified images/discussion_forum_icons/df_thumbtack.png
Binary file modified images/ex_tree.png
Binary file modified images/files_for_compilation.png
Binary file modified images/files_for_runner.png
Binary file modified images/files_for_validation.png
Binary file modified images/hector_rodriguez_ms/submitty_autograder_before.png
Binary file modified images/installation_update.png
Binary file modified images/instructor/assignment_preparation/new_gradeable.png
Binary file modified images/instructor/lichen/anon_mode.png
Binary file modified images/instructor/lichen/others.png
Binary file modified images/instructor/lichen/result_page.png
Binary file modified images/instructor/lichen/summary_page.png
Binary file modified images/instructor/lichen/switch_user.png
Binary file modified images/instructor/lichen/switch_version.png
Binary file modified images/instructor/lichen/view_log.png
Binary file modified images/instructor/personalized_exam/blank_page_1.png
Binary file modified images/instructor/personalized_exam/blank_page_2.png
Binary file modified images/instructor/personalized_exam/personalized_page_1.png
Binary file modified images/instructor/personalized_exam/personalized_page_2.png
Binary file modified images/killSignal.png
Binary file modified images/late_day_details.png
Binary file modified images/lichen_color_click.png
Binary file modified images/lichen_interface.png
Binary file modified images/linux_scansnap_150dpi.png
Binary file modified images/linux_scansnap_photo.png
Binary file modified images/main_view_forum.png
Binary file modified images/moorthy_duck.png
Binary file modified images/navigation_instructor.png
Binary file modified images/notebook_code.png
Binary file modified images/notebook_multiple_choice.png
Binary file modified images/notifications/notification_collapsed.png
Binary file modified images/notifications/notification_expanded.png
Binary file modified images/notifications/notification_page.png
Binary file modified images/notifications/self_notifications.png
Binary file modified images/peer_grading/peer_grading_instructor_view.png
Binary file modified images/peer_grading/peer_grading_matrix_csv.png
Binary file modified images/peer_grading/peer_grading_matrix_uploaded.png
Binary file modified images/peer_grading/peer_grading_peer_panes.png
Binary file modified images/peer_grading/peer_grading_peer_view.png
Binary file modified images/peer_grading/peer_grading_rubric.png
Binary file modified images/peer_grading/peer_grading_student_view.png
Binary file modified images/peer_grading/peer_matrix_options.png
Binary file modified images/queue/queue_change_code.png
Binary file modified images/queue/queue_contact_information.png
Binary file modified images/queue/queue_enable.png
Binary file modified images/queue/queue_enable_completed.png
Binary file modified images/queue/queue_filter.png
Binary file modified images/queue/queue_finish_blue.png
Binary file modified images/queue/queue_finish_green.png
Binary file modified images/queue/queue_helping.png
Binary file modified images/queue/queue_join.png
Binary file modified images/queue/queue_main_view.png
Binary file modified images/queue/queue_menu.png
Binary file modified images/queue/queue_new_queue.png
Binary file modified images/queue/queue_open_modify.png
Binary file modified images/queue/queue_remote_access_code.png
Binary file modified images/queue/queue_settings.png
Binary file modified images/queue/queue_settings_button.png
Binary file modified images/queue/queue_stats_button.png
Binary file modified images/queue/queue_stats_example.png
Binary file modified images/queue/queue_waiting.png
Binary file modified images/room_templates_course_settings.png
100755 → 100644
Binary file modified images/room_templates_nav_page.png
100755 → 100644
Binary file modified images/room_templates_nav_page_no_report.png
100755 → 100644
Binary file modified images/room_templates_nav_page_no_template.png
100755 → 100644
Binary file modified images/router_structure.png
Binary file modified images/selector-playground.png
Binary file modified images/sorting_and_navigation/index.png
Binary file modified images/sorting_and_navigation/navigation_bar.png
Binary file modified images/sorting_and_navigation/navigation_bar_arrows.png
Binary file modified images/sorting_and_navigation/navigation_bar_full_screen.png
Binary file modified images/sql_toolbox.png
Binary file modified images/student/ChangePasswordField.png
Binary file modified images/student/ChangePasswordForm.png
Binary file modified images/student/UploadProfilePhotoForm.png
Binary file modified images/student/exhausted_profile_photo_quota.png
Binary file modified images/student/flagged_photo.png
Binary file modified images/student/mid_semester_rainbow_grades.png
Binary file modified images/student/my_profile.png
Binary file modified images/student/secondary_email.png
Binary file modified images/student/select_theme_field.png
Binary file modified images/student/specify_timezone.png
Binary file modified images/student/specify_timezone_field.png
Binary file modified images/student/theme_options.png
Binary file modified images/student/timezone_dropdown.png
Binary file modified images/student/user_profile.png
Binary file modified images/student/user_profile_specify_locale.png
Binary file modified images/studentOverriden.png
Binary file modified images/student_activity_dashboard.png
Binary file modified images/student_photos_empty_pic.png
Binary file modified images/student_photos_upload_button.png
Binary file modified images/student_photos_upload_form.png
Binary file modified images/student_ui_details.png
Binary file modified images/student_ui_progression.png
Binary file modified images/student_ui_progression_ORIGINAL.png
Binary file modified images/submitty_logo.png
Binary file modified images/submitty_pr_with_buildbot.png
Binary file modified images/system_caffeine.png
Binary file modified images/system_outage_message.png
Binary file modified images/ta_grading/TA_grading_panes.png
Binary file modified images/ta_grading/TA_index.png
Binary file modified images/ta_grading/TA_index_progress.png
Binary file modified images/ta_grading/TA_lab_grades.png
Binary file modified images/ta_grading/TA_overview.png
Binary file modified images/ta_grading/TA_test_grades.png
Binary file modified images/ta_grading/rubric_grading_autograding_histogram.png
Binary file modified images/ta_grading/rubric_grading_data.png
Binary file modified images/ta_grading/rubric_grading_edit_rubric.png
Binary file modified images/ta_grading/rubric_grading_manual_components.png
Binary file modified images/ta_grading/rubric_grading_overall_histogram.png
Binary file modified images/ta_grading/rubric_grading_overview.png
Binary file modified images/ta_grading/rubric_grading_panels_1.png
Binary file modified images/ta_grading/rubric_grading_pdf_annotation.png
Binary file modified images/ta_grading/rubric_grading_who_got_mark.png
Binary file modified images/ta_grading/silent_regrade_example.png
Binary file modified images/ta_grading/silent_regrade_off_example.png
Binary file modified images/ta_grading/silent_regrade_on_example.png
Binary file modified images/ta_ui.png
Binary file modified images/ta_ui_ORIGINAL.png
Binary file modified images/team_assignment_creation.png
100755 → 100644
Binary file modified images/team_assignment_creation_2.png
100755 → 100644
Binary file modified images/team_create_teams.png
100755 → 100644
Binary file modified images/team_edit_team.png
Binary file modified images/team_edit_team_2.png
Binary file modified images/team_export.png
100755 → 100644
Binary file modified images/team_grading_page.png
100755 → 100644
Binary file modified images/team_invitations.png
Binary file modified images/team_invitations_2.png
Binary file modified images/team_invite.png
Binary file modified images/team_manage.png
Binary file modified images/team_manage_2.png
Binary file modified images/team_manage_3.png
Binary file modified images/team_navigation.png
Binary file modified images/team_seeking.png
Binary file modified images/team_seeking_message.png
Binary file modified images/team_submission.png
100755 → 100644
Binary file modified images/team_submitted.png
100755 → 100644
Binary file modified images/travis_restart.png
Binary file modified images/typo.png
Binary file modified images/vagrant_up_ci.png
Binary file added images/zulip-icon-128x128.png

0 comments on commit 3c5ec38

Please sign in to comment.