I am building a wine cabinet monitor as a RPi project. It uses a 1-wire temperature sensor to log temperatures (and will email me if the temp gets too high) and some magnetic door sensors to log/alarm when the cabinet is opened. Right now this project is on a breadboard but I will eventually solder it all together on something like a perma-proto board. I will have either 4 or 5 wires to connect to my Pi - three wires from the DS18B20 and one or two (depending on if I share ground with the DS18B20) from my door sensor.
What is the best way to connect these sensors to my Pi's project board? I could solder them but that makes it permanent and a pain to make changes. Should I use some sort of a screw terminal to screw the wires onto connectors on the project board? Or should I put something like an RJ-45 terminal on my project case and then wire all of my sensor to different wires in a cable that connects into the RJ-45 connector? Or are there other, better ways?
How do other people do this?