blockpy icon indicating copy to clipboard operation
blockpy copied to clipboard

Auto check whether URL is course-level unique for assignment

Open acbart opened this issue 6 years ago • 1 comments

This should be a lot friendlier to users. Query the server to ask if this current URL is unique. Sort of an inverse autocomplete, perhaps.

acbart avatar Aug 21 '19 16:08 acbart

I have this working on the BlockPy server side almost, but need to add a check to make sure that the current assignment is not the one with the given URL. It returns a list of 5 otherwise. So the blockpy side should have an autocomplete box that shows the matched names, and a warning if the name matches perfectly (unless it is the actual url for this assignment).

acbart avatar Aug 09 '20 20:08 acbart