maximocanedo / maximocanedo/PROGIII-TP2

Segundo ejercicio

Open
#2 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
ASP.NET
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Este ejercicio constará de dos formularios. En el primer formulario se ingresan los datos personales y los temas elegidos.
Las ciudades se deberán seleccionarse de un DropDownList que tendrá las siguientes opciones:

  • Gral. Pacheco (Value: zona norte).
  • San Miguel (Value: zona oeste)
  • Boedo (Value: zona sur)

El control para mostrar los temas es un CheckBoxList que tiene los siguientes ítems:

  • “Ciencias”.
  • “Literatura”.
  • “Historia”.

image

Al dar clic en Ver Resumen se abre el segundo formulario con el Resumen de los datos del primer formulario.

image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the existing ASP.NET project and its form entry points. Implement the two-form flow described in the issue, including the specified city and topic controls, then verify manually that clicking Ver Resumen displays the entered personal data and selections.

Written by the indexing model from the issue text.

Assessment

Domain
frontend, web-dev
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.