Discuss Scratch
- Discussion Forums
- » Things I'm Making and Creating
- » AutoUOC Testing & Discussion
- Pufferfish_Test
- Scratcher
500+ posts
AutoUOC Testing & Discussion
Oh right, I understand now. It all makes sense! Thanks.
Also, should I make the mongodb database (I have an account) or do you want to? I'll make one anyway for testing purposes, but… actually, it doesn't matter. We can just change the connection url if we need to.
Also, what's actually going in the db? So, obviously, usernames and passwords, but it would be nice if we could have a list of what info we need for the shops and UOCs.
Right, I'll go off and start working on that.
Also, should I make the mongodb database (I have an account) or do you want to? I'll make one anyway for testing purposes, but… actually, it doesn't matter. We can just change the connection url if we need to.
Also, what's actually going in the db? So, obviously, usernames and passwords, but it would be nice if we could have a list of what info we need for the shops and UOCs.
Right, I'll go off and start working on that.
- -PizzaKing-
- Scratcher
100+ posts
AutoUOC Testing & Discussion
No passwords, it’s against the CGs. Here’s how it’ll work:
- User goes to site login page
- Enter their Scratch username
- If they’re in the DB, they’re asked to enter their AutoUOC password.
- If not in the DB, they’re asked to respond to the comment with the code.
- After they respond, they are asked to enter a password that they don’t use for Scratch.
We can also use comment verification for password reset if needed.
Sounds VERY confusing……..
- BGMead
- Scratcher
1000+ posts
AutoUOC Testing & Discussion
Here's a list: Oh right, I understand now. It all makes sense! Thanks.
Also, should I make the mongodb database (I have an account) or do you want to? I'll make one anyway for testing purposes, but… actually, it doesn't matter. We can just change the connection url if we need to.
Also, what's actually going in the db? So, obviously, usernames and passwords, but it would be nice if we could have a list of what info we need for the shops and UOCs.
Right, I'll go off and start working on that.
Accounts
- Username
- Password
- Scratch ID
- Date Registered (to AutoUOC)
- An array of thread IDs which (a) they own and (b) AutoUOC operates in.
- An array of thread IDs which (a) they co-own* and (b) AutoUOC operates in.
Shops
- Thread ID
- Owner Username
- Array of co-owners usernames*
- UOC post ID
- Shop name
- Terms/conditions codeword ('' for none)
UOCs
- Post ID
- Shop name
- Array of objects representing what and where different elements are located (unclaimed orders, claimed orders, overview, etc)
- Array of unclaimed orders
- Array of claimed orders
- Array of completed orders
*Co-Owners are scratchers that can be added by the owner to a shop. They have permission to edit the UOC.
Last edited by BGMead (Aug. 27, 2020 14:09:11)
- BGMead
- Scratcher
1000+ posts
AutoUOC Testing & Discussion
It should all make sense once we finish the account system.No passwords, it’s against the CGs. Here’s how it’ll work:
- User goes to site login page
- Enter their Scratch username
- If they’re in the DB, they’re asked to enter their AutoUOC password.
- If not in the DB, they’re asked to respond to the comment with the code.
- After they respond, they are asked to enter a password that they don’t use for Scratch.
We can also use comment verification for password reset if needed.
Sounds VERY confusing……..
Sorry, you have to wait 60 seconds between posts.
- Pufferfish_Test
- Scratcher
500+ posts
AutoUOC Testing & Discussion
Ok, thanks!Here's a list: Oh right, I understand now. It all makes sense! Thanks.
Also, should I make the mongodb database (I have an account) or do you want to? I'll make one anyway for testing purposes, but… actually, it doesn't matter. We can just change the connection url if we need to.
Also, what's actually going in the db? So, obviously, usernames and passwords, but it would be nice if we could have a list of what info we need for the shops and UOCs.
Right, I'll go off and start working on that.
Accounts
- Username
- Password
- Scratch ID
- Date Registered (to AutoUOC)
- An array of thread IDs which (a) they own and (b) AutoUOC operates in.
- An array of thread IDs which (a) they co-own* and (b) AutoUOC operates in.
Shops
- Thread ID
- Owner Username
- Array of co-owners usernames*
- UOC post ID
- Shop name
- Terms/conditions codeword ('' for none)
UOCs
- Post ID
- Shop name
- Array of objects representing what and where different elements are located (unclaimed orders, claimed orders, overview, etc)
- Array of unclaimed orders
- Array of claimed orders
- Array of completed orders
*Co-Owners are scratchers that can be added by the owner to a shop. They have permission to edit the UOC.
Edit: By the way, this is going to use cookies so they don'g log out every time the page refreshes. They'll also be used to detemine whether someone's in the process of signing up or not. They'll just be session cookies, so I won't make a pop-up, but if you feel we should have one, I can.
Last edited by Pufferfish_Test (Aug. 27, 2020 17:20:20)
- BGMead
- Scratcher
1000+ posts
AutoUOC Testing & Discussion
Last edited by BGMead (Aug. 27, 2020 17:18:27)
- BGMead
- Scratcher
1000+ posts
AutoUOC Testing & Discussion
Sure thing! I'm 99% sure there's an open source popup somewhere that you can add. They're required by law in the EU I believe. I'll also start work on a privacy policy and terms of service. Ok, thanks!
Edit: By the way, this is going to use cookies so they don'g log out every time the page refreshes. They'll also be used to detemine whether someone's in the process of signing up or not. They'll just be session cookies, so I won't make a pop-up, but if you feel we should have one, I can.
Last edited by BGMead (Aug. 27, 2020 17:23:45)
- BGMead
- Scratcher
1000+ posts
AutoUOC Testing & Discussion
Hey! Imma be gone for three-ish days on a trip. During that time I won't be able to develop the bot too much. I'll be checking up on GitHub though to make sure everything is still okay.
Pufferfish & Nammy should have write access to all the repos, so you can make changes without my approval. If not, let me know and I'll update it.
See ya soon!
Pufferfish & Nammy should have write access to all the repos, so you can make changes without my approval. If not, let me know and I'll update it.
See ya soon!
- BGMead
- Scratcher
1000+ posts
AutoUOC Testing & Discussion
Also, it would be cool if someone could try to get as many posts as we can in the following topics: Hey! Imma be gone for three-ish days on a trip. During that time I won't be able to develop the bot too much. I'll be checking up on GitHub though to make sure everything is still okay.
Pufferfish & Nammy should have write access to all the repos, so you can make changes without my approval. If not, let me know and I'll update it.
See ya soon!
- posts that are orders
- posts that are staff taking orders
- posts that are staff completing orders
I want to mess around with using AI to detect order status, but we need a dataset. All we need is the post IDs. If anyone could help, let me know!
- GrahamSH
- Scratcher
1000+ posts
AutoUOC Testing & Discussion
I could do that. Can they be prexisting ones?Also, it would be cool if someone could try to get as many posts as we can in the following topics: Hey! Imma be gone for three-ish days on a trip. During that time I won't be able to develop the bot too much. I'll be checking up on GitHub though to make sure everything is still okay.
Pufferfish & Nammy should have write access to all the repos, so you can make changes without my approval. If not, let me know and I'll update it.
See ya soon!
- posts that are orders
- posts that are staff taking orders
- posts that are staff completing orders
I want to mess around with using AI to detect order status, but we need a dataset. All we need is the post IDs. If anyone could help, let me know!
- BGMead
- Scratcher
1000+ posts
AutoUOC Testing & Discussion
Yeah, that's perfectly fine! We'll need as many as you can grab. Putting the IDs in a text document or pastebin should work for now.I could do that. Can they be prexisting ones?Also, it would be cool if someone could try to get as many posts as we can in the following topics: Hey! Imma be gone for three-ish days on a trip. During that time I won't be able to develop the bot too much. I'll be checking up on GitHub though to make sure everything is still okay.
Pufferfish & Nammy should have write access to all the repos, so you can make changes without my approval. If not, let me know and I'll update it.
See ya soon!
- posts that are orders
- posts that are staff taking orders
- posts that are staff completing orders
I want to mess around with using AI to detect order status, but we need a dataset. All we need is the post IDs. If anyone could help, let me know!
EDIT: Just make sure it's sorted as noted by the categories above
Last edited by BGMead (Aug. 28, 2020 00:26:43)
- GrahamSH
- Scratcher
1000+ posts
AutoUOC Testing & Discussion
Got it! I'll start tomorrow.Yeah, that's perfectly fine! We'll need as many as you can grab. Putting the IDs in a text document or pastebin should work for now.I could do that. Can they be prexisting ones?Also, it would be cool if someone could try to get as many posts as we can in the following topics: Hey! Imma be gone for three-ish days on a trip. During that time I won't be able to develop the bot too much. I'll be checking up on GitHub though to make sure everything is still okay.
Pufferfish & Nammy should have write access to all the repos, so you can make changes without my approval. If not, let me know and I'll update it.
See ya soon!
- posts that are orders
- posts that are staff taking orders
- posts that are staff completing orders
I want to mess around with using AI to detect order status, but we need a dataset. All we need is the post IDs. If anyone could help, let me know!
EDIT: Just make sure it's sorted as noted by the categories above
- BGMead
- Scratcher
1000+ posts
AutoUOC Testing & Discussion
Awesome, thanks so much! Got it! I'll start tomorrow.
If anyone else wants to help out, please do! We need as many as possible
- ajsya
- Scratcher
1000+ posts
AutoUOC Testing & Discussion
I'll grab some orders from The Frost Shop in the morning.
- BGMead
- Scratcher
1000+ posts
AutoUOC Testing & Discussion
Awesome, thanks so much! I'll grab some from my shop in the meantime. I'll grab some orders from The Frost Shop in the morning.
- BGMead
- Scratcher
1000+ posts
AutoUOC Testing & Discussion
Noted! blankslate.io is great for text sharing
Here's some posts I was able to gather.
Completed orders
Taken orders
New orders
I'll continue to update this post as others submit their data.
- BGMead
- Scratcher
1000+ posts
AutoUOC Testing & Discussion
I was considering sending this to some shops:
AutoUOC project and I've decided to stop by to ask for your assistance!But I was worried it would come across as spam Hello! I'm a member of the
We were wondering if you could assist us in development by providing us with some of your orders (completed, taken, and uncompleted) as we need them to help train our AI used to power AutoUOC. We're giving all shops who participate access to AutoUOC Beta when it releases!
Confused? AutoUOC is a Scratch bot that can automatically update an unclaimed orders center (UOC for short). While still in development, we plan to release it soon to the shops here on Scratch!
You can learn more about what we need and how to contribute at this post. Thanks for your help!
- BGMead, Lead developer of AutoUOC
- Executec
- Scratcher
100+ posts
AutoUOC Testing & Discussion
Yeah, and I bet some people would call it advertising.
when green flag clicked
set [It actually kinda is v] to [advertising]
- XCat
- Scratcher
1000+ posts
AutoUOC Testing & Discussion
I'd be happy for orders from any of my former shops to be used as testing (Cat's Shop Review Shop & The Writers Corp. in particular).
- Discussion Forums
- » Things I'm Making and Creating
- » AutoUOC Testing & Discussion