About the site

About NetworkIn

A professional networking platform inspired by LinkedIn, offering features for connections, messaging, and career opportunities

networkin preview

NetworkIn displays a variety of posts on a dynamic and interactive homepage, including user updates, shared articles, industry news, and other related content.

The platform features detailed user profiles, where users can view professional experience, educational background, certifications, skills, and other career-related information.

NetworkIn allows users to connect with other profiles, expanding their network and the messaging feature simulates communication between users.

In addition to networking features, NetworkIn displays mocked job postings and sections like 'My Network' and 'Notifications'.

Data and Feature Details
Mock Data Details
  • NetworkIn uses a fixed dataset to simulate realistic user interactions, including predefined profiles and posts.

  • Connection requests, messages, and user activity are mock-generated for consistent simulations.

  • User profiles include mock-generated data such as experience, education, and recommendations for a complete profile view.

  • The dataset ensures consistent test scenarios, facilitating debugging and feature evaluations.

  • Initial network size, feed content, and message statistics can be configured to customize the simulation environment.

  • Premium and non-premium account distinctions are simulated to enable testing of access-based features.

  • A maximum of 50 users or contacts can be configured within the system.

Supported Features
  • Adding new text posts to the feed.

  • Sending and managing connection requests, including accepting or declining them.

  • Initiating and maintaining conversations with other users via chat.

  • Exploring user profiles to view details such as experience, education, and recommendations.

  • Searching for users based on name, company, or educational background.

  • Configuring the number of accounts in the initial network and posts displayed on the feed.

  • Setting the number of active conversations and unread messages in the system.

  • Configuring time delays for connection request acceptance and premium account status.

  • Enabling or disabling accessibility features such as ARIA labels in components.

Not Supported Features
  • Setting up or customizing notifications.

  • Viewing or interacting with company profiles.

  • Liking, commenting, or engaging with posts in any way.

  • Creating, viewing, or editing content related to the job screen.

  • Editing user profiles directly.

  • Uploading media such as videos, images, or GIFs; only text posts are supported.

Configurations

This website supports the following configurations. You can customize the behavior using the configuration URL parameters or use default values.

ParameterDefault ValueDescription
connection_request_latency

2000

Simulated time it takes for a connection request to be accepted (milliseconds).

is_premium

false

Indicates if the user has a premium subscription.

hide_aria_labels

true

Enables accessibility features by hiding ARIA labels.

total_conversations

0

Number of conversations to be simulated in the application.

total_unread_messages

0

Number of unread messages in the simulated conversations.

total_feed_posts

0

Number of posts to be displayed on the feed.

total_first_grade_connections

0

Total number of first-grade connections.

total_connection_requests

0

Total number of connection requests.

run_id

The identifier for the simulation run.

task_id

The identifier for the task being simulated.

Example Configuration
Use this query string in the URL to configure the platform:
/config?connection_request_latency=2000&is_premium=false&hide_aria_labels=true&total_conversations=1&total_unread_messages=0&total_feed_posts=7&total_first_grade_connections=0&total_connection_requests=0

Modify the query parameters as needed to simulate different configurations.